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 7 matches

by Merwin
Sat Jun 18, 2005 12:03 pm
Forum: Archive
Topic: Socket -server | Lag when using Eggdrop
Replies: 14
Views: 5012

...

But i know very well what is vwait ! For example when i create a socket i do a fileevent on the sockid to call a proc when it is readable, but i must use vwait to enter Tcl Event loop ! If i don't the script will terminate, in the case of a socket i use a variable name that is never fixed to loop fo...
by Merwin
Sat Jun 18, 2005 11:55 am
Forum: Archive
Topic: Socket -server | Lag when using Eggdrop
Replies: 14
Views: 5012

error

you don't understand what i'm explaining becouse i'm bad in english, i'm not a newbie and i know very well what Eggdrop is and what a tcl script is. I tell you that when i use mkHttpd not with Eggdrop, but whith tclsh directly there is no lag whereas when a use mkHttpd in an Eggdrop script there is ...
by Merwin
Sat Jun 18, 2005 5:10 am
Forum: Archive
Topic: Socket -server | Lag when using Eggdrop
Replies: 14
Views: 5012

Test

Hi, I've test two things: 1) use the script directly under Eggdrop (http://shell2.akseo.net:8888 to see the result with lag) 2) use the exec command to invoke tclsh on a script that starts the httpd (with teh same package) and there is no lag ! I think Eggdrop should force the use of certain values ...
by Merwin
Fri Jun 10, 2005 4:10 pm
Forum: Archive
Topic: Socket -server | Lag when using Eggdrop
Replies: 14
Views: 5012

Yes

This is a library ! Consequently the event loop has to be managed by the application that use it!

It is logic ! I've look the code to find a vwait command et there is no! I'm sure about that!

http://mkextensions.sourceforge.net/mkHttpd10.zip
by Merwin
Fri Jun 10, 2005 3:45 pm
Forum: Archive
Topic: Socket -server | Lag when using Eggdrop
Replies: 14
Views: 5012

Right

I've think the same about vwait, so i've look the code, but the library dosen't contain any vwait command becouse the httpd server must be used in an application, for example using Tk, so it doesn't need vwait ! I don't like the listen/control procs becouse you can't scecify ip or configure the sock...
by Merwin
Fri Jun 10, 2005 2:46 pm
Forum: Archive
Topic: Socket -server | Lag when using Eggdrop
Replies: 14
Views: 5012

mkHttpd

I use de very good lib mkHttpd (http://mkextensions.sf.net), in a tclsh prohram this lib works very weel but inside Eggdrop it lag !
by Merwin
Fri Jun 10, 2005 4:27 am
Forum: Archive
Topic: Socket -server | Lag when using Eggdrop
Replies: 14
Views: 5012

Socket -server | Lag when using Eggdrop

Hi,

I dn't know why but when i use socket -server on Eggdrop it lags a lot.
However, the same code with wish or tclsh doesn't lag...

I don't understand, if somebody have a idea?