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.

queue buffer

Old posts that have not been replied to for several years.
Locked
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

queue buffer

Post by Ofloo »

is there a bind that triggers when a certain msgqueue buffer is exceeded ? ..

and if there is no such thing maybe it is an idea for eggheads to return number of bytes that is send true the command.. putserv ... instead of nothing..
XplaiN but think of me as stupid
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

apparently not ;)
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

you can't have the actual number of bytes sent to the server as return value of [putserv] since the actual output is asynchronous

but it might be a good idea indeed, to have some Tcl functions for inquiring the state of msg queue(s)
Locked