[REBOL] Re: Google + SOAP
From: mla:itinko at: 30-Apr-2002 9:50
Just to clarify, Java server side implementations (Servlet) usually
assign one thread for each connection (plus any necessary additional
threads for asynch processing). So in the given example carla would not
be blocked while peter's request is being processed.
Also note that forking an additional process is much more expensive
resource wise (and slower) than forking a thread. That's why Java
servlets are much more efficient than CGI/ASP (although ASP.NET resolves
this with threads and compiled pages - aspx).
Just had to jump in here, being a Java advocate and all.
Rebol 3.0 sounds cool!
Michael