Link to home
Start Free TrialLog in
Avatar of beg
beg

asked on

Unused processes

I have a problem with a client server solution. If my users have to close their PC's without logging off, the proces logging on to the informix base is not stopped. Is there any way, that I can log that process off automatical after 30 minuttes without use.
Avatar of dhm
dhm

You haven't given enough detail to say for sure, but you may want to look into the KeepAlive option for TCP connections.  This may allow you to terminate idle sessions.

To give a more definite answer, I'd need to know what programs are involved, and how they communicate.  I.e. what's the server application program that talks to the database and to the client? What program is used on the client PCs to talk to the server?  What kind of network do you have?  Are you using TCP/IP or something else (Netware, for example)?
Hello,

agreed with dhm: you should supply more infos.

BTW, beware that enabling KeepAlive would give a timeout after a couple of hours!:)

Rgds, julio
What INFORMIX-version you are using? And how do you connect to INFORMIX - e.g. via WIN95-ODBC?
ASKER CERTIFIED SOLUTION
Avatar of albertp
albertp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of beg

ASKER

I'm using Informix SE database and connect by a program made in NewEra 2.1. In that program there is a utility named SetNet where you put the parameters for connection. I don't think it is done by ODBC. Most of my users use Win3.1 but a few use win95.
Avatar of beg

ASKER

Dear albertp
I have tried your answer, but i unable to find the software you're talking about. Will you please give me some more specific details about that program.

Regards bent_g