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

[REBOL] Re: Killer App in REBOL - rugby

From: petr:krenzelok:trz:cz at: 12-Aug-2001 21:27

So, Maarten, have you solved your FastCGI load issues? I mean - I can serve 3 requests (tested on the largest business case of our company) per second, which is not so much. So other clients will wait. I haven't even tried multiplexing tcp connections, because I do work with ODBC, which doesn't handle multiple requests from one port. The strange thing also is - pressing imediatelly reload button causes simple wait loop as in FastCGI Rebol docs to crash the script (reported already to feedback). Do you thing it would be good (sufficient) to use Rugby as FastCGI listening server on one side, and client/server database related distributed mechanism? I am still a little bit confosed in what would be the best (the most efficient) set-up. I would like to know - in your Rugby set-up - do you use Rugby server to launch (control of launch) new instances of Rebol on local/remote machine? I can imagine two Rubgy servers, talking thru secured line, dynamically controlling/launching/killing instances of rebol clients, performing various tasks .... -pekr-