Jump to content
UBot Underground

Suggestions For When Your Bot Slows Down


Recommended Posts

Hello Everyone,

 

 

I was curious if anyone has any suggestions on what you can do to ensure that you bot continues to run at the same speeds that it did when you originally started it. I'm currently using TJ's plugin (OS Commands -"free memory plugin") and it is great at what it does but for some reason the bot starts to slow down little by little after about 24 hours of running non-stop.  I think that it may have something to do with the browser.exe but I'm not sure.  Any suggestions on how to best figure this out or as anyone else ran into this same problem?

 

 

I look forward to hearing your thoughts on this.

 

 

Thank you,

 

 

mrwalt

Link to post
Share on other sites

Number one thing to watch out for is how you are programming. What variables are you using and how are you calling defines. I do know that ubot naturally slows down as it runs, but I've also observed that how you program has a pretty big impact on this too. Try to modularize your code as much as possible.

 

In other words, try to get all your functions into defines and get them out of the first folder in ubot. Store them in secondary folders. Other things will come with experience.

 

I've personally got a few bots that are pretty complex that will run for some time with little slowdown and I do like to use TJ's plugin too.

 

Frank

Link to post
Share on other sites
  • 9 months later...
mrwalt,

When I have a long running program, I like to setup logging of timestamps. I set it up so the logging is easily turned off once I figure out what is consuming the bulk of the time.

Then, like Frank said, I try to optimize the code that is part of the biggest time consuming part of the program.

Eliminating unneeded commands is always good and making sure that you don't include commands that increase in time as the program runs is also good. (Like a table never cleared which gets larger and larger)

 

I hope this helps!!

 

Andy (Arunner26)

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...