From owner-freebsd-java@FreeBSD.ORG Sat Jun 25 14:14:58 2011 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC38C106564A for ; Sat, 25 Jun 2011 14:14:58 +0000 (UTC) (envelope-from luis.neves@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 618AB8FC08 for ; Sat, 25 Jun 2011 14:14:58 +0000 (UTC) Received: by vxg33 with SMTP id 33so3623856vxg.13 for ; Sat, 25 Jun 2011 07:14:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Z0no/EjV37o3jnxhh55NNAVxIlAOgoy6cmacSgHAiMk=; b=iZu6YIlRj2556S/mDSraW++sgxbImx/koeIR/UCEhKrxaQBAkUQOTfKhqpvnYT2aNS PKD7JBrAUvjwOWYvzinuinT86N/RlEpsfxL+XtEdwtuXQSUIsJf835oZys8Sl8ck8Wdi pCDT8TaE4/WeIeXtaiAk2yM7Bbx9LNP2LivLk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=yIPtPW60kt7pebVUBiSQLdOt9/+CeFx9us3zbf1U7DOe9SCKCRZ2Bv8ZOMuCE8lnIg xcvv6Y0rNjFXSCVv7F95f2OvKIey1JaKaxMHoIelkF+OUjOGHcNSxy6EcuzKXIKxNrcg 5NBkk6GhJCZYeMsI1v/Ty5CVuv0gLTrEu7R/4= MIME-Version: 1.0 Received: by 10.52.65.231 with SMTP id a7mr6384332vdt.61.1309011297561; Sat, 25 Jun 2011 07:14:57 -0700 (PDT) Received: by 10.52.168.167 with HTTP; Sat, 25 Jun 2011 07:14:57 -0700 (PDT) In-Reply-To: References: <201106241650.09920.achill@matrix.gatewaynet.com> Date: Sat, 25 Jun 2011 15:14:57 +0100 Message-ID: From: Luis Neves To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: How to socket accept filters? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2011 14:14:58 -0000 On Sat, Jun 25, 2011 at 2:49 AM, Ronald Klop wrote: > Did you already try a profiler like jprofiler or yourkit? I used the profiler that comes with VisualVM, it was good enough to identify the low hanging fruit. > Ronald. -- Luis Neves