multiple Texisdnt running

Post Reply
skalyanaraman
Posts: 109
Joined: Tue May 29, 2001 9:13 pm

multiple Texisdnt running

Post by skalyanaraman »

Hi,
We are using the Morph3 API to connect to texis and we are running Texisdnt as a service on the server side (we are using Texis on WIndows NT). We do have connect and disconnects in the process, but after a while there are 50 - 100 Texisdnt's running on the machine if I see it in the task manager.
Any reason why?
Do they have any timeouts?
We also get unable to connect after a while, probably a result of the numerous texisdnt's running. Is there any max number of these that should be running?
Thanks for any help.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

multiple Texisdnt running

Post by John »

There should be one texisdnt for each openserver() that hasn't yet called closeserver().
John Turnbull
Thunderstone Software
skalyanaraman
Posts: 109
Joined: Tue May 29, 2001 9:13 pm

multiple Texisdnt running

Post by skalyanaraman »

Oh, Thanks.
I think we do call closeserver(). But, I could see some place where we may miss.
But, is there a max limit on the texisdnt's to be open? Because, we do see "unable to connect to server" sometimes.
also, This connection problem is the one we are trying to fix.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

multiple Texisdnt running

Post by John »

While there is not a specific limit in texisdnt as to the number of connections, you may run out of system resources, such as sockets, memory, processes...
John Turnbull
Thunderstone Software
Post Reply