> -----Original Message-----
> From: Ari Halberstadt [SMTP:[EMAIL PROTECTED]]
>
> >If a servlet is loaded from the zone /home/bob will it have the same
> >restrictions as user bob? If so, how can I set that up?
>
> Only if you run a separate JVM for each servlet zone. Each JVM takes
> something like 10-30MB just sitting around doing nothing.
>
Is this really true?
My guess is that JVMs use about 10MB of shared object code. Each instance
also uses at least 500K of heap (that's probably the bare minumum needed to
run JServ).
So, if you assume each JVM uses 1MB of heap and there's 10MB of shared
object code then one instance would use 11MB but two instances would only
use 12MB (roughly, of course).
ted stockwell
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]