From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Mauger Newsgroups: gmane.emacs.devel Subject: W32 to AIX performance Date: Tue, 27 Jun 2006 23:48:05 +0000 (UTC) Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1151452156 13620 80.91.229.2 (27 Jun 2006 23:49:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jun 2006 23:49:16 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 28 01:49:14 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FvNIp-0005VA-1W for ged-emacs-devel@m.gmane.org; Wed, 28 Jun 2006 01:49:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvNIo-0005di-KZ for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 19:49:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvNIa-0005dd-Dk for emacs-devel@gnu.org; Tue, 27 Jun 2006 19:48:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvNIZ-0005dN-1T for emacs-devel@gnu.org; Tue, 27 Jun 2006 19:48:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvNIY-0005dK-EM for emacs-devel@gnu.org; Tue, 27 Jun 2006 19:48:50 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FvNUk-0002pI-Gb for emacs-devel@gnu.org; Tue, 27 Jun 2006 20:01:26 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FvNIN-0005Qh-Iu for emacs-devel@gnu.org; Wed, 28 Jun 2006 01:48:45 +0200 Original-Received: from na6mk2fw02.fidelity.com ([192.223.243.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jun 2006 01:48:39 +0200 Original-Received: from mmaug by na6mk2fw02.fidelity.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jun 2006 01:48:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 28 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 192.223.243.6 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; JFV; IE 6.0 SP1 (FID r3.0); .NET CLR 1.0.3705; .NET CLR 1.1.4322)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:56235 Archived-At: I'm currently using GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2006-05-02 on XP. I use an up-to-date cygwin ssh to connect to both Solaris and AIX machines without problems using RSA keys. Under the DOS console and cygwin's RXVT it works as expected. Starting an `M-x shell' and then invoking ssh within the comint buffer to a Solaris machine works great. Tramp using the sshx method to the Solaris box works as well. Doing the same with the AIX box however is problematic. Under comint, the response is so slow that it is unusable. For example, more than a minute to `ls' an empty directory and get the next prompt. The output does not come slowly, but rather all appears at the end of a long wait. Tramp using sshx is unusable because it times out. In fact, under Emacs, any interaction with the AIX box exhibits this behavior. I would assume that I had done something wrong, except that the same config interacts with Solaris seamlessly. Google and the list archives yielded little. Has anyone else experienced this? Are there settings on either the AIX or W32 side that I can change to impact this? I'm willing to debug this some but need some hints as to what to do and look for. This is becoming important to me since much of my development for the next six months will be on AIX rather than Solaris and vi aint cuttin' it! TIA