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.

Search found 5 matches

by heretic^
Sat Apr 15, 2006 6:12 am
Forum: Modules & Programming
Topic: modules and multi-threading
Replies: 26
Views: 43023

Anyone seen/used any other approach? nothing to download there, so it's basically irrelevant to this forum's purpose (at least as I understand it - it's not about MT in general and even not about the programming in general, but about eggdrop and eggdrop modules programming - and eggdrop is open-sou...
by heretic^
Fri Apr 14, 2006 7:31 pm
Forum: Modules & Programming
Topic: modules and multi-threading
Replies: 26
Views: 43023

yes, multi-threaded in the fact that if channel #a has ScoreBot-01 and channel #b has ScoreBot-01 and they're both running a scorebot at the same time, then there are 2 threads running the scorebot code. each thread has to allocate at least 1 UDP socket, and sometimes 1 TCP socket to connect to and ...
by heretic^
Fri Apr 14, 2006 4:02 pm
Forum: Modules & Programming
Topic: modules and multi-threading
Replies: 26
Views: 43023

so where is your working, fully functional stuff? (addressing both kappa & heretic) if it's supposed to serve the general public, please provide a download link to it if it's private, I see no point of discussing it here http://www.scorebots.org I cant really release the source code, but i'm mo...
by heretic^
Sun Apr 09, 2006 9:17 pm
Forum: Modules & Programming
Topic: modules and multi-threading
Replies: 26
Views: 43023

Yes, i've done this before. I made a thread-safe wrapper for eggdrop's i/o functionality, and yes I did have a valid use for threads as well. It all works great.
by heretic^
Tue Mar 23, 2004 4:15 pm
Forum: Archive
Topic: steamid tcl's?
Replies: 1
Views: 1018

Funny you should mention that, I wrote one for a friend just yesterday. I uploaded it to my site at http://heretic.techcore.org/files/progr ... eambot.tcl Please excuse the sloppyness, i'm extremely new to tcl.