Well, I kept on tinkering and got the async stuff to work. But I am still interested though... --Maarten > > Van: [EMAIL PROTECTED] > Datum: 2001/04/24 Tue AM 11:49:20 CEST > Aan: [EMAIL PROTECTED] > Onderwerp: [REBOL] server question > > 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. > > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
