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

[REBOL] Re: Any changes re dbases in upcoming RT products?

From: koopmans:itr:ing:nl at: 2-Oct-2001 17:23

Is FastCGI non-blocking? Otherwise this is a performance thing: I don't want my FastCGI process to be blocking other requests to the same (external) instance. And FastCGI (at least in Apache and ZEUS) is dumb enough to only allow one external process on a URL (in stead of queueing and balancing it over multiple instance, like Xitami does with LRWP) In cases where you run it in external mode and manage it yourself you probably use the fastcgi REBOL as a load balancer for any number of application instances, but as data now comes from 'get-modes I don't see how to use it non-blocking.... Too me it feels useless for high-performance environments (100+ req/sec) but that's where you want FastCGI... I switched back to LRWP (thanks Robbert, do you want the changes?) --Maarten