Thread: Heavy Lag
View Single Post
  #5  
Old 03-20-2008, 02:47 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Stefan View Post
There was a problem again yesterday, one server was lagging the others because a script used massive amounts of memory. We've fixed the script together with the staff and will also try to add some protection against it in the next npcserver version (not very simple though).
Could you not do something like

if ( CPUUSAGE > x )
{
killIt();
}
__________________
Reply With Quote