Endless waiting for new instance


2004-04-28 05:31:33 PM
delphi178
Hello!
I'm developing a multi - tier application, using an Application Server which
includes TRemoteDataModule - s /RDMs/. RDMs connect to the DB server using
ADO components for Delphi 7.
The threading model of RDMs is "Free" and the instancing is "Multi instance"
.
The problem is: Sometimes, very rarely, when a new application form is
created and it invokes creation of a RDM instance from the Application
Server, the main application freezes. I noticed that if I kill the process
of the Application Server, immediately a new instance is created and the
main application exits its "freeze period" and continues working perfectly
correct.
What's the problem in fact? How can I solve it?
Thank you!