Hi all,I've been doing a very simple test (retrieving rows from
thedatabase) with the HibernateAssembler and a HTTP polling channel,with
default configuration foreach. Everything is ok as long asonly one user
retrieves the data but as soon as another browserloads the data, the
server gets overloaded with HTTP requests andthe HibernateAssembler
relaunches its SQL request each time. Thisbehavior is of course not
scalable.Is there any configuration/setting/optimization I am
missing?thanks.