Search the Community
Showing results for tags 'mulitthreading'.
-
Hi there, I have multithreading working well in my bot, but I'm trying to enhance the functionality to allow for a user to cancel the process before the multithreading completes and having some issues. This is some code from the multithreaded proxy checker part of the bot, as it's the most simple threading, and wanted to get it working first before trying to implement the same enhancements on the main bot process. Approach #1: First i tried changing it from looping through the number of proxies to check to using a loop while #cancelProxyTesting = false, and added a button that sets #canc
- 4 replies
-
- mulitthreading
- threading
-
(and 1 more)
Tagged with:
-
What's the best trick to make sure threads don't pill up ? I got some bots that keeps some windows open while multi threading and they keep pilling up after a while. (The majority closes after they've done what they had to do) How do you handle this ? Thanks
- 3 replies
-
- mulitthreading
- multithreaded
-
(and 3 more)
Tagged with: