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: m::koopmans2::chello::nl at: 2-Oct-2001 20:41

LRWP: Long Running Web Processes, the Xitami only FastCGI like protocol. Extremely simple to implement: XItami post zerofilled 9 byte env length, env , zero-filled 9byte post length , post params. You give back zero-filled 9 byte content length, content. You assign a LRWP to a URL, if it is not there, the default action is performed, so if I assign an LRWP to test.html, test.html is displayed if there are no processes, which is a very graceful exit. LRWP processes connect to the server for a certain LRWP url, and if more than one connect for the same URL Xitami queues and balances. It is very neat. Robbert did some preliminary lrwp code, that I adjusted to correctly handle posts as well. It performs *very* good. --Maarten