From owner-freebsd-virtualization@freebsd.org Fri Nov 13 22:57:42 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A415BA2E531; Fri, 13 Nov 2015 22:57:42 +0000 (UTC) (envelope-from alfred@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2E7B91564; Fri, 13 Nov 2015 22:57:42 +0000 (UTC) (envelope-from alfred@freebsd.org) Received: from AlfredMacbookAir.local (unknown [IPv6:2601:645:8004:7515:2c06:4fbd:2d2:ee65]) by elvis.mu.org (Postfix) with ESMTPSA id 1B592345A916; Fri, 13 Nov 2015 14:57:36 -0800 (PST) Subject: Re: Python on FreeBSD is slower than on Linux To: Baptiste Daroussin , Kubilay Kocak References: <56453E9D.3040809@FreeBSD.org> <20151113080157.GA93991@ivaldir.etoilebsd.net> Cc: Vladimir Bogrecov , python@freebsd.org, freebsd-virtualization@freebsd.org From: Alfred Perlstein Organization: FreeBSD Message-ID: <56466ADF.5020508@freebsd.org> Date: Fri, 13 Nov 2015 14:57:35 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151113080157.GA93991@ivaldir.etoilebsd.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 22:57:42 -0000 On 11/13/15 12:01 AM, Baptiste Daroussin wrote: > I'm kind of surprised given the number of pythonic people we have that > no one has had a look at how python perform on FreeBSD and how things > are implemented in the python VM to help them. Bapt Did this recently in a few places however not in this one. Having a syscall to give the list of open fds would be pretty a++. -Alfred