Tomcat+BlazeDS+AMF – first response is VERY slow, config issue

javatomcat

My web server container is Tomcat 6.0.14

JVM 1.6.0_17-b04

BlazeDS 3.2.0.3978

Im sending request from the same local machine via AMF to BlazeDS server and only first request takes about 10secend to proceed. Each next request is preceeding correctly (very fast, less than 0.5s). Anyone know what's the reason of soo slow responsing?

I'm a developer, not administrator so please be patient 🙂

Best Answer

Class loading and user state creation are the two most obvious likely causes.

Related Topic