Solved Slow deletion of files

Both programs seems to be waiting for multiple resources to be acquired in order to keep processing. This may be reason for the slow response time of the programs.
 

My Computer My Computer

Computer type
Laptop
Both programs seems to be waiting for multiple resources to be acquired in order to keep processing. This may be reason for the slow response time of the programs.

Thank you for looking into the dumps.

We suspected a wait for resources but what kind of resources? And why always for this operation
(i.e. it is not that I have other processes waiting for resources, it seems to be confined to old
style deletion API calls).
 

My Computer My Computer

At a glance

Windows 7 ProfessionalIntel (R) Core(TM) i5 M4804 GB
Computer Manufacturer/Model Number
SOny VAIO VPCS137GX
OS
Windows 7 Professional
CPU
Intel (R) Core(TM) i5 M480
Memory
4 GB
It didn't say in that dump file, but it's usually objects like Notification Events or similar objects, which are released when another thread has completed it's own task. Notification Events are used to tell one thread to wait, until a another thread has completed it's work, once the other thread is finished, the waiting thread can be released.
 

My Computer My Computer

Computer type
Laptop
To all.
Calibre version 1.0 appeared yesterday and after updating, the deletion of an added book is back to normal. I am not sure what the author did (perhaps they listen at the end, perhaps the "A new, faster database back-end" improvement and rewriting that part changed the API calls). DeleteXP.exe is still awfully slow (not a surprise but at least indicates the restore of Calibre deletion functionalities is not related to a magic Windows update) but this is not important ...

I would like to thank everybody for their advice and help in trying to trace this problem. I will mark this as resolved.
 

My Computer My Computer

At a glance

Windows 7 ProfessionalIntel (R) Core(TM) i5 M4804 GB
Computer Manufacturer/Model Number
SOny VAIO VPCS137GX
OS
Windows 7 Professional
CPU
Intel (R) Core(TM) i5 M480
Memory
4 GB
Glad you managed to get your problem fixed :)
 

My Computer My Computer

Computer type
Laptop
Back
Top