Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] server question

From: m:koopmans2:chello:nl at: 24-Apr-2001 11:49

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