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

[REBOL] Re: about the benchmarks

From: petr:krenzelok:trz:cz at: 10-Oct-2001 18:51

----- Original Message ----- From: "Maarten Koopmans" <[koopmans--itr--ing--nl]> To: <[rebol-list--rebol--com]> Sent: Wednesday, October 10, 2001 4:56 PM Subject: [REBOL] about the benchmarks
> about the benchmarks.... > > the 450/sec was Rugby. We will add fastcgi or lrwp, but we know we can
scale
> that up easily with some load balancing on the webserver side.
Ah, probably so, although I am not sure if Apache itself provides it. I was more interested in your Rugby setup. So it is clear, that in FastCGI scenario, user types some url, and your fastCGI script is called. What does such script do - connects to your Rugby server? If so,. then how does webserver load balancing helps you, if your script connect to only one running Rugby server? -pekr-