Jump to content
UBot Underground

Is Ubot Enough To Make A 24/7 Multithreaded Scraper


Recommended Posts

Okay interesting, 

Can you give me an example because it seems like my bots keep crashing, or freezing. The tables I use , use ubots memory, what about big tables? How are they working

 

yes it is Enough, but you need to code auto restart mechanism every X rounds - this will free memory and resources and make it run forever.

 

 

Link to post
Share on other sites

Don't store the data in the bot, ideally store it in a database like SQLite. If you let data pile up too long it's going to increase the memory usage.

 

Try to keep your custom commands/functions simple and straightforward. Use the parameters - don't be using global for everything.

 

Be really careful with recursion.

 

Use http commands whenever possible and if you use http post don't forget to clear headers and objects.

  • Like 1
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...