Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761359AbXLRRUL (ORCPT ); Tue, 18 Dec 2007 12:20:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752319AbXLRRT7 (ORCPT ); Tue, 18 Dec 2007 12:19:59 -0500 Received: from sovereign.computergmbh.de ([85.214.69.204]:58611 "EHLO sovereign.computergmbh.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751641AbXLRRT6 (ORCPT ); Tue, 18 Dec 2007 12:19:58 -0500 Date: Tue, 18 Dec 2007 18:19:57 +0100 (CET) From: Jan Engelhardt To: James Nichols cc: linux-kernel@vger.kernel.org Subject: Re: After many hours all outbound connections get stuck in SYN_SENT In-Reply-To: <83a51e120712180845k6cadf67bn5dd66fb2d3ac72d4@mail.gmail.com> Message-ID: References: <83a51e120712141239u52d2dd68p1b6ee7ed08f2cecf@mail.gmail.com> <83a51e120712180734i334399dbl51f44fe32d815f7d@mail.gmail.com> <83a51e120712180845k6cadf67bn5dd66fb2d3ac72d4@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 857 Lines: 19 On Dec 18 2007 11:45, James Nichols wrote: > >> Well you could still blame Java. I am sure that if you program was C, >> the problem could be narrowed down much easier. > >That may very well be true, but I can't rewrite the whole 500K line >application in C at this point. Plus, it's a web app which would be >"fun" to implement in C. Well I do not require you to do /that/, but you could try adhering to the unix philosophy later on that one program should do (ideally) one thing, and if the java blob already serves the webpage, then opening sockets and doing xyz could probably live in another program. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/