On Sun, 10 Dec 2000, Jim Woodgate wrote:

>
> [EMAIL PROTECTED] writes:
>  > You can do the twostage server if you are short on memory, speed is
>  > important and usage of active content is relatively low. Setup a mod_proxy
>  > and stripped down apache for port 80 and mod_perl for port 8080 for
>  > example. Proxy certain urls to the 8080 and you are good. Set low number
>  > for the mod_perl items, to avoid thrashing. I'd see where Java is weak,
>  > integration wise like 2 MB per process and not even integrated string
>  > processing.
>
> I'm sorry I wasn't more clear in my first response.  My main point was
> not that the common threads I've seen on this mailing list didn't have
> good solutions.  It was that these things come up alot, and although
> there are good solutions, they typically involve something beyond
> mod_perl...
>
> I've used dbm files and shared memory before, and I find it easier to
> use the built in thread support in java (like I said IMHO of course :)

Except that won't scale beyond 1 server...

-- 
<Matt/>

    /||    ** Director and CTO **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // **     Personal Web Site: http://sergeant.org/     **
     \\//
     //\\
    //  \\

Reply via email to