This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

a Question about TIMERS..

Help for those learning Tcl or writing their own scripts.
Post Reply
d
dj-zath
Op
Posts: 134
Joined: Sat Nov 15, 2008 6:49 am
Contact:

a Question about TIMERS..

Post by dj-zath »

Moderators:

Please remove this thread..

thanks

-DjZ-
Last edited by dj-zath on Tue Jul 27, 2010 8:40 pm, edited 3 times in total.
User avatar
Pixelz
Voice
Posts: 24
Joined: Wed Jun 15, 2005 9:37 am
Location: EFnet

Post by Pixelz »

That proc is not recursive. It'll call the timer and then return. No chance of "overloading the stack".
d
dj-zath
Op
Posts: 134
Joined: Sat Nov 15, 2008 6:49 am
Contact:

Post by dj-zath »

-Message Removed-
Last edited by dj-zath on Tue Jul 27, 2010 8:41 pm, edited 2 times in total.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

One more thing your "friends" seem unaware of, is the single-thread nature of eggdrop. That is, for as long as that while-loop would be running, your eggdrop would be unable to take any other actions (such as responding to server pings, hostile takeover attemts, etc).
NML_375
d
dj-zath
Op
Posts: 134
Joined: Sat Nov 15, 2008 6:49 am
Contact:

Post by dj-zath »

-Message Removed-
Post Reply