|
Log in | ||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
"JohnKZ" schrieb:
> > Hello, > How can I realise the closing of hung sessions on Gateway? There are > situations when the computer where the host is installed hangs and > doesn't connect from Gateway. And while the next connection we got an > error 'ERROR: User EVGENY does not exist' and host cannot connect to the > Gateway. So I should restart the Gateway. Are there any ways to solve > the problem? Sessions will be cleaned up automatically when not in use for a while. The duration a session can remain active without being used is defined with the AutoSessionsLive property on the "ServerModule" component on the "rdServerModule" DataModule in the "rdServer.pas" unit (current Gateway implementation). Any client connecting to the Gateway and using any Session will make sure that any "dead" sessions will be closed automatically when they are not in use for longer than the time specified in that AutoSessionsLive property (time in seconds). You could also force a session to close, but ONLY if you know the Session ID and if the Session is currently NOT locked by another connection object (for example, when a delayed remote function call is waiting for data). Best Regards, Danijel Tkalcec |
|
#2
|
|||
|
|||
|
Hello,
Is it possible to have Full Screen DOS application support ? Thank you |
|
#3
|
|||
|
|||
|
Charalampos Michael wrote:
> Hello, > Is it possible to have Full Screen DOS application support ? With the caveat of not having done a LOT of investigation into that. As far as I can see that this not possible because the full screen DOS mode bypasses most of the standard display API. |
|
#4
|
|||
|
|||
|
Dear Hannes,
> Charalampos Michael wrote: > >> Hello, >> Is it possible to have Full Screen DOS application support ? > > With the caveat of not having done a LOT of investigation into that. As far as > I can see that this not possible because the full screen DOS mode bypasses > most of the standard display API. Hmmm Indeed, but if it's possible when you have some free time to investigate and tell me if it's possible. |
| Thread Tools | |
| Display Modes | |
|
|