From: Rasjid W. <ra...@op...> - 2004-08-07 14:41:35
|
On Friday 23 July 2004 06:15, William Baxter wrote: > Does anyone have any experience with SGIs? I'm running pyssh-0.2 > (Python2.3) on Irix 6.5, trying to ssh to Linux. The test program works > fine connecting and sending commands, but it hangs when the connection's > close function is called. The offending line seems to be > self.sshoutblocking.close() in pyssh.py My appologies for the delay in responding. AFAIK, PySSH has really only been tested on Linux, and to a limited extent on Windows (using Putty or via Cygwin). With SGIs I think you are on your own. :-( > Has anyone else encountered this problem? > > P.s. why is pyssh so slow to return from each command? Look at the nbpipe code. What is the status of the sleep funciton in Python on SGI? Can it do fractions of a second? If not, that is your problem. Otherwise, I'm not sure at the moment. Sorry I can't be of more help. Cheers, Rasjid. -- Rasjid Wilcox Canberra, Australia (UTC +10 hrs) http://www.openminddev.net |