<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tomas Doran wrote:<br>
<blockquote cite="mid:82357AAD-2BD9-407B-BDD6-27C414DD3CE0@bobtfish.net"
 type="cite">Er, no - your fcgi process manager loads the app and calls
fork() for you, so you get memory sharing. <br>
</blockquote>
Sorry, you're right - we're using a very limited process manager and it
doesn't fork. We use some nasty nonthreadsafe legacy C code. <br>
<br>
Since on Windows both types of fork are emulated in Perl, whether in
mod_perl or in the FCGI process manager, I guess the performance is
almost equivalent. (Is this true? -- anybody benchmarked the two??) <br>
<br>
That just leaves the pain of setting up mod_perl. I used to do that,
but I never really enjoyed it. <br>
<br>
--S<br>
<br>
<div class="moz-signature"><span style="color: rgb(102, 0, 0);">Stuart
Watt<br>
ARM Product Developer<br>
Information Balance</span></div>
<br>
</body>
</html>