Jump to content
UBot Underground

Search the Community

Showing results for tags 'threads'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 9 results

  1. http://image.prntscr.com/image/5d61968cf8c24ebe9075a2eb898ecb43.pnghttp://image.prntscr.com/image/f3a13b25912244bd89dd415303d1874a.pnghttp://image.prntscr.com/image/27fa51acd90a4a2ca77a8012da7cd3f2.png Hello, i created a plugin for personal use with some commands, functions. I am releasing it for free. - For threads lock i use simple commands not container because container stuck in multiple threads - Every command / function is thread safe- varSet set a variable that exist only on running thread so you can varset and varget from everywhere in same thread without passing arguments. Before th
  2. Is there anyway to detect that all threads have finished before the main script continues? I have a script that spawns 21 threads, two at a time, with a minute pause between each set of two (just so everything isn't launching at once). loop while($table cell(&NEW,#a,0) != "") { loop(2) { MyLogin($table cell(&NEW,#a,0), $table cell(&NEW,#a,1), $table cell(&NEW,#a,2), $table cell(&NEW,#a,3), $table cell(&NEW,#a,4), $table cell(&NEW,#a,7)) increment(#a) } wait(60) }The problem I have is some threads take longer to complete than others and d
  3. I am trying to use threads to scrape data from a site but am running into a major delay issue. At first about a minute passes between when threads should be closing and being spawned. I am using threads to run my bot more efficiently and save time but as of right now it is slower than not using threads. I have tried using the thread count plugin + thread, thread count + thread spawn. I am also using the exbrowser plugin. Has anyone ever experienced this?
  4. I have created threads manager that can be used in every project. Tested with 1000 threads. Feel free to use it. ThreadsManager.ubot
  5. Can you guys please help,i have stucked in multi-threading one.it still opening only one 1 threads,but i have set it to 2 threads I have followed the tutorial in this post. http://www.ubotstudio.com/forum/index.php?/topic/10042-new-v4-tutorial-multi-threading-example/ Here is the code set(#threadcount, 0, "Global") set(#numthreads, 0, "Global") set(#loopcnt, 1, "Global") set(#email tab, "xsretsdgsdf@gmail.com", "Global") loop(#loopcnt) { loop while($comparison(#numthreads, ">=", #threads)) { wait(1) } Intiate Threading() } ui drop down("Threads", "2,4,6,8,10", #th
  6. Hi, I am trouble with a scraping script. trying to script a page for information, add the scrape information into a list.. the input of what to scrape comes from a ubot list..so to loop, i create a variable which has #totalrows and then a #row variable that tells ubot which row to insert and then scrape ..individually works fine. but when try to implement using thread and new browser, the threads new process does not increment #row, thus it scrapes the first #row for #totalrows times , i have read in other post: http://www.ubotstudio.com/forum/index.php?/topic/15985-insert-into-mysql-table/
  7. Dear Ubot Team! This thread was opened in reference to my open letter to you: EDIT: I sent the letter to Seth personally, since it seems to have been deleted from the forums. This was not my idea at all, I'm just trying to spread the word, and I hope I'll be able to reference the right users (and topics) here. If I'm not mistaken this issue was first brought to our attention by UbotDev here: http://www.ubotstudio.com/forum/index.php?/topic/15122-must-read-threading-doesnt-work-as-expected-tested-in-v4/ He was also the first who was able to provide a fix for this (can't thank you enough
  8. 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
  9. Any good tutorial on how to get started with threads? Would be nice to try it out.
×
×
  • Create New...