Hi,
I am trying to write a simple rebol based server.
I have one problem though: How do I handle a very high load of say, 50 concurrent
users continuously.
If more than 5 users try to connect before accepting, the backlog is full, but if a
task is sufficiently complex then I can't call a 'wait [port 0]' often enough.
A problem that may be solved once async I/O is full available (I have tinkered a bit
with async clients, but I can't get servers to work).
Any ideas?
Thanks,
Maarten Koopmans
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.