I am using MVP pattern in my GWT project (Guice and Dispatch and..)
But each RPC to the server after 30 sec after last RPC take a delay(about 1 sec). IT seems something is being cached in the server for 30sec and guess it is for Guice runtime injection or Dispatcher.
How to kill this delay?