Hi Chris:

1. I am instrumenting inside the servlet code, looking
at Apache web server logs then at the Rich Internet
Application (RIA)

For a typcial request for my Portal from client to
servlet for example:

1. 4.55msec inside the RIA java code after the data
was read from the SOAP message.

2. 0 microseconds read in the Apache Web Server logs

3. Under a microsecond in the servlet code for the
service method.

I have a multi-tier caching system so most of the
request/responses are under 1500 bytes or the size of
a single packet. Even if there is a cache miss most of
the requests are still under 1500 bytes after
compression by JAXWS web service code.

Hope that helps.
Tony Anecito, Founder
MyUniPortal

--- Christopher Schultz <[EMAIL PROTECTED]>
wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Tony,
> 
> Tony Anecito wrote:
> > I am not sure if JBoss embedded Tomcat uses the
> native
> > ajp but a great point. Do you know how to check
> for
> > that?
> 
> Since JBoss uses Tomcat, it can use any of the
> standard connectors
> available for it (basically HTTP(s) and/or AJP).
> 
> > Also, you need to keep in mind the scale of
> things. In
> > other words my measurements at the client side are
> in
> > the 4 millisecond range. Depending how long the
> data
> > takes to get through communications stack on the
> > server then to the client comm stack we might
> actually
> > only be seeing a millisecond or two at Tomcat.
> 
> Huh? I thought you were instrumenting your code
> within Tomcat resulting
> in 4ms transaction times, and you now wanted to know
> how much overhead
> was being added (on top of that) to the transaction
> by the other
> components. Is that not the case?
> 
> > Normally overall transaction improvements of a
> > millisecond do not matter to most people ;-)
> 
> Actually, if your transactions are taking 4ms and
> you can shave off 1ms,
> then that's a 25% performance improvement. If your
> transactions are
> taking 300ms, perhaps 1ms isn't that big of a deal.
> 
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (MingW32)
> Comment: Using GnuPG with Mozilla -
> http://enigmail.mozdev.org
> 
>
iD8DBQFG/Vek9CaO5/Lv0PARAkIBAJ0eGaHoEU+wDdEOYT4pXtvVOvUMhQCfWhXP
> 60oVc48I2SGWCqZHXVk4B0o=
> =WYdf
> -----END PGP SIGNATURE-----
> 
>
---------------------------------------------------------------------
> To start a new topic, e-mail:
> users@tomcat.apache.org
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



      
____________________________________________________________________________________
Tonight's top picks. What will you watch tonight? Preview the hottest shows on 
Yahoo! TV.
http://tv.yahoo.com/ 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to