In my MIDAS app, I create a new OracleSession every time a RemoteDataModule is created. It seens to be creating only one session, because every time a client request a query wich takes a long time executing, others client cannot use their RemoteDataModule, and they still waiting until the slow query ends. When it ends, all the clients can connect and use queryes. The ThreadSafe propertie of the sessions are always false.
It look like only one session is being used by all the RemoteDataModules.
Any ideas?
Thanks a lot,
Rodrigo Morales
It look like only one session is being used by all the RemoteDataModules.
Any ideas?
Thanks a lot,
Rodrigo Morales