[Queue-developers] new intermediate development Queue version
Brought to you by:
wkrebs
|
From: QingLong <Qin...@Bo...> - 2001-03-03 02:15:58
|
Hello!
I've just commited a couple of patches to queue-development CVS tree
at sourceforge. Considerable changes:
--- Eliminated stream opened over network socket in getrldavg()
(in wakeup.c).
--- Added (in qlib.c) rather universal read/write functions operating
on file descriptors designed for network socket operations
(read/write and netfread/netwfrite counterparts).
The intention is to totally get rid of running streams over network sockets,
as this appears to be causing much headache. Please do stresstesting
of this new code, and if it works well, we should probably consider
using this stuff all over the Queue system instead of streams over sockets.
I guess this potential change should be discussed here for a while,
as it would affect the whole and almost every part of the system.
Please send your bug reports, opinions, suggestions, improvements
to the mailing list.
Thank you.
QingLong.
|