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.

eggdrop scripts: executed in serial or parallel?

Old posts that have not been replied to for several years.
Locked
d
deadite66
Halfop
Posts: 74
Joined: Mon May 30, 2005 2:49 am
Location: Great Yarmouth, UK

eggdrop scripts: executed in serial or parallel?

Post by deadite66 »

are they run one after each other
ie.
source/script1
source/script2

in that order or do they run independantly.

i want to include the 'after' command but will it hold up all the other scripts?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

heh, eggdrop is not multi-threaded dude

and no, [after] won't put on hold other scripts (unless you use it to sleep, that is, without script argument), it is event-driven (its script is queued and executed upon elapsing the time period specified as argument)
d
deadite66
Halfop
Posts: 74
Joined: Mon May 30, 2005 2:49 am
Location: Great Yarmouth, UK

Post by deadite66 »

ok cheers
Locked