Developing bots on VPS

Saulyx

Junior Member
Joined
Jan 10, 2010
Messages
107
Reaction score
5
Hey guys, I have a script in php that comments on blog posts, however its rather slow, I was wondering if anyone could suggest a UNIX language(seeing as my vps is linux) to recode the bot in? multi threading, curl, etc,


Any suggestions?


Thanks,
S
 
just wanted to chime in and say that i recently discovered you can run php scripts from the terminal!
 
it's probably slow because it's either poorly coded or the VPS is slow. PHP will generally be the best and easiest way. How much memory is on the VPS? Maybe you can throttle the script so it doesn't use so much memory, upgrade the vps to have more ram, or recode the script to run smarter.
 
Back
Top