> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 21, 2000 8:41 PM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] Rebol Web Server Re:(4)

> OK, let's say my app uses dlls in Windows. When I start two
> instances of my
> apps - are those dlls loaded for each one separately or are
> they shared (I don't think so :-)

Hi, even the DLL stuff is from our beloved M$ company it's not that bad.
DLLs are loaded once and the code part is shared, each process gets its own
data section. So startup time isn't critical at all.

What makes CGI like things a resource hog is that starting a new process,
connecting to databases etc. takes some time.

However, for those people interested in using Rebol for dynamic web-pages I
can only push you to have a look at the Xitami web-server. I have
implemented their socket protocol to speak to Rebol. You can even do
load-balancing etc.

If someone is interested let me know.

Robert M. Muench, Karlsruhe, Germany
    ==> ask for PGP public-key <==

  When do you want to reboot today?

Use the free portable GUI Library
OpenAmulet from http://www.openip.org

Reply via email to