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

[REBOL] Fastcgi Error

From: sqlab::gmx::net at: 5-Oct-2001 3:51

Petr Krenzelok wrote: ----- Original Message ----- From: <[holger--rebol--com]> To: <[rebol-list--rebol--com]> Sent: Tuesday, October 02, 2001 10:14 PM Subject: [REBOL] Re: Any changes re dbases in upcoming RT products?
> On Tue, Oct 02, 2001 at 09:14:50PM +0200, Petr Krenzelok wrote: > > > If I do everything in sequential manner, e.g. in rebol console: read > > http://my.domain.com/fcgi-bin/invoices.fcgi, everything is OK, - Rebol > > handles for me 3 rather complex queries per second. It is 34 kb of
data per
> > request. But - once I press reload button two times quickly, main
FastCGI
> > loop crashes on strange timeout bug > > That's my point. "strange timeout bug" is not very informative. In order > to track this one down we would need the exact error, your environment > etc.
Just use error? try [ .... ] as it is recommended for all I/O. AR