Jump to content
UBot Underground

How To Maximize The Threads


Recommended Posts

so  i use http post in multithreads, since the time run in each thread is very short, so even i set the total threads to 100, and the running threads are only arround 5 threads at the same time, do you have meet this problem and how to speed up the threads to run 100 at the same time? thanks!

Link to post
Share on other sites

If the threads end fast enough you won't be able to open more, all you can do is if you put a wait time after opening a thread (which you should) is lower that to maybe 10 milliseconds using Heopas Wait 2 command.

 

Just a note you could try using thread spawn, I tend not to use it and always had problems with it but it probably will be faster just make sure your data is all right and test it out before putting it into production.

 

There are also other plugins that may work, one is Smart Threading Plugin I haven't used it but it may be faster.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...