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

[REBOL] Re: Antwort: Re: Concurrent access to data file

From: jeff:rebol at: 20-Feb-2001 8:44

Depends on the platform, but here under linux:
>> x: open tcp://:9922 >> y: open tcp://localhost:9922 >> z: open tcp://localhost:9922 >> a: open tcp://localhost:9922 >> b: open tcp://localhost:9922 >> c: open tcp://localhost:9922 >> d: open tcp://localhost:9922
-\|/-\|/-|/-\|/-\|/\|/-\|/-\|-\|/-\|/-\/-\|/-\|/-|/-\|/-\|/\|/-\|/-\ . . . (will eventually time out) The listen port has a certain fixed sized queue, but if it can dispatch connections faster than the queue can fill up it can handle an unlimited amount of connections.