always handle files using queues... ideas

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
horizon
Junior Member
Junior Member
Posts: 32
Joined: 2006-11-23, 11:32 UTC

always handle files using queues... ideas

Post by *horizon »

TC could always handle files using queues (that are running in separate threads). If I noticed well, there is always only one queue. When I perform extensive file operations, I would appreciate some or basic rules, that would drive the situation and made the work more effective. For example(!!!):
- IF copying(/moving/packing/unpacking/deletion/MD5 generating/ftp) between the same media... where another operation is already in progress THEN put the new file job into the same queue.
- Otherwise create the new queue.
(This means, that jobs to same media will always run in series and to different paralely.)
Maybe this particular way is not the best one, but currently there are definitely things to optimize. (threads, queues, etc.)
Post Reply