Hi,
40 mex per 20 seconds is quite low, with factory settings I can get 4 polls per second using our
Forumla 1 demo (I didn't try to let the adapter push more data so I can't exclude it can do better)
If you want to try it for yourself open a console on the F1 demo and run this code:
[SYNTAX="JS"]require(["sharingClient"],function(s){s.connectionOptions.setForcedTransport("HTTP-POLLING");});[/SYNTAX]
so I suppose something is posing a limit on the poll frequency.
Did you set something to the
setPollingMillis setting?
Did you have something configured in the <min_interpoll_millis> element of the server conf file?
Please check a couple of poll requests from the middle of a session, can you paste here the POST parameters?