Hi,

This question is tricky..
are you asking about machines with more than one processors
or about servlets running each within its own process (or more than
one process)?

The first case should not bother you as Java is multithread, and most
servlet engines are also.. so multiprocessing is "by default".

The second one is more problematic, as JVM is one OS process by itself.
This requires more sophisticated distributed servlet-engines or
sometimes special Java runtime (JVM) - Gemstone has one for their
application server (at least that's what I recall about them).

Cezar
On Thu, 22 Apr 1999, Steve Buonincontri wrote:

> Is there any way to mutliprocess servlets on NT? If so what web server and
> JVM needs to be used?
>
> Steve Buonincontri Ph.D.
> Emergent Solutions Group
> 203-222-7199
> ----------------------------------------------------------------
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material.  Any review, retransmission, dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited.   If you received
> this in error, please contact the sender and delete the material from any
> computer.
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>


Cezar Totth                             email:  [EMAIL PROTECTED]
                                        Fax:    (401) 220 33 95
Genesys Software Romania                Phone:  (401) 638 49 44
Stefan Furtuna 169, sect.6
cod 77171, Bucharest
Romania

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to