Threading problem with multitier application

aesper

Member
I have a multitier application using an oracle database, Delphi 5, CORBA,Midas and DOA.
When the server starts, we have two datamodules each with its own TOracleSession the server manages requests from the clients in away that each datamodule processes one request at a time, when it is done, it frees the module for other client requests.
PROBLEM:
When two clients SIMULTANEOUSLY call the server,it seems that the first few requests goe through just fine, but then although the session is free already, one of the requests causers the server to gives an access violation when trying to execute a query using the "just released" session
 
Back
Top