Operating System - Tru64 Unix
1828137 Members
2231 Online
109975 Solutions
New Discussion

Application starts slowly

 

Application starts slowly

Hi all.

I have an application that runs under a Unix server and I published it in my intranet through Citrix/MetaFrame for some Windows users.
To run the app it needs an authentication on the Unix box via telnet then an Xwindows session appears and the app starts.
My problem is:
Only 1 (one) user starts the application in a short time. The other sessions take a long long time.
Does anyone knows why is it possible?!

I started the app from my machine with different users and it is the same.

Thanks a lot.
2 REPLIES 2
Ralf Puchner
Honored Contributor

Re: Application starts slowly

could you please explain how you connect (steps with commands) and at what time the delay appears? (maybe a dns problem)
Help() { FirstReadManual(urgently); Go_to_it;; }

Re: Application starts slowly

I created an Exceed telnet session.
Exceed contacts the unix box:

telnet "server"

and then you should enter the login and psw.
As soon as the user connects, Exceed gives this command:

/usr/users/ipd.exe ipd_et

Then the application appears on the user's screen.
It happens at any time.

:-(