Hi Glen,

Yes, the term 'servant' in http jetty module is your mentioned jetty handler. 

I think 'servant' comes from the CORBA world. It is the server side object 
which handles the requests.
You can find more detail info from this URL [1].
It must be a new word for the guy who do not use CORBA, I will address your 
concern by replacing the 'servant' to 'jetty handler'. 

Thanks for your attention to details.

[1] http://www.omg.org/gettingstarted/orb_basics.htm#h:WhatsaServant

Willem.

-----Original Message-----
From: Glen Mazza [mailto:[EMAIL PROTECTED]
Sent: Sun 7/29/2007 1:00
To: [email protected]
Subject: Re: svn commit: r560551 - 
in/incubator/cxf/trunk/rt/transports/http-jetty/src:main/java/org/apache/cxf/transport/http_jetty/main/java/org/apache/cxf/transport/http_jetty/spring/test/java/org/apache/cxf/transport/http_jetty/
 
Am Samstag, den 28.07.2007, 15:00 +0000 schrieb [EMAIL PROTECTED]:

> Modified:
> incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties
> URL: 
> http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties?view=diff&rev=560551&r1=560550&r2=560551
> ==============================================================================
> --- 
> incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties
>  (original)
> +++ 
> incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties
>  Sat Jul 28 08:00:40 2007
> @@ -18,10 +18,7 @@
> +ADD_SERVANT_FAILED_MSG = Could not add servant to Jetty server: {0}
> +REMOVE_SERVANT_FAILED_MSG = Could not remove servant from Jetty server: {0}


One thing I forgot to mention, Willem, is that we're using the term
"Servant" in connection with the Jetty Server engine, apparently to mean
child handler processes (?) of some sort.  I don't know what a Jetty
"servant" is though--googling that term is returning almost no rows.  So
I'm not sure that users of this code would understand what a servant is
either.

Is there a more official term we should use besides "servant"--something
that the Jetty team themselves might use?

Thanks,
Glen



Reply via email to