[REBOL] Re: about the benchmarks
From: petr:krenzelok:trz:cz at: 11-Oct-2001 12:04
Gabriele Santilli wrote:
> Maarten Koopmans wrote:
>
> > Now you return listening on the fastcgi port and periodically check if the
> > result has already arrived.
>
> Do you need polling the rugby server? Would it be possible to just
> wait on the tcp port?
I thought about the same. The question is, if you will imagine hundreds of
connected users to GoRIM for e.g., how much do memory allocations for persistent
connection eat of OS resources. I thought that it would be even better for GoRIM
or RIM themselves switch to push - accept clients, store opened ports in block,
and insert new message in a loop to each client ... does IRC work that way?
Anyway, GoRIM performs nicely now, I am just, as you are, just curious :-)
-pekr-