massmove causes client hang.

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Umuri
Posts: 37
Joined: 2004-05-16 16:23:27
Contact:

massmove causes client hang.

Post by Umuri »

The massmove command does not process the wait outside of the normal client thread, at least not to my knowledge.

So when you are moving 100+ items with a 350 ms delay, the client is frozen and completely unresponsive for a couple minutes.

Is there any way to fix this or at least make it parse the wait outside the client normal thread?
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

alas injection was designed as single-threaded application.

the exception is script module.

you may write script that imitates massmove, it will not hung your system.
Post Reply