Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21317 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2183 invoked by uid 1010); 22 Dec 2005 04:30:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2168 invoked from network); 22 Dec 2005 04:30:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Dec 2005 04:30:52 -0000 X-Host-Fingerprint: 64.233.184.195 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.195:24936] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 80/68-14561-CFB2AA34 for ; Wed, 21 Dec 2005 23:30:52 -0500 Received: by wproxy.gmail.com with SMTP id i22so283427wra for ; Wed, 21 Dec 2005 20:30:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ES8U+XoaXX5wWQvaarX9z7xgie4ODe0LzwwadmZ5yuSM8VTEVut2cSpN6ZTwWYz/pHJicoCkP3boK5wlw34EaIryrpLx5kC9ilgZdocGggpFauiIIpUtPYv+23lgcmvTOlpA2QGxT2+ackltXcIsspm3QDF1DVqIuixhCyka700= Received: by 10.64.181.12 with SMTP id d12mr848334qbf; Wed, 21 Dec 2005 20:30:48 -0800 (PST) Received: by 10.64.193.3 with HTTP; Wed, 21 Dec 2005 20:30:48 -0800 (PST) Message-ID: <4e36d31d0512212030r5dcf874ek129d978dc9f6fd90@mail.gmail.com> Date: Wed, 21 Dec 2005 20:30:48 -0800 To: Andreas Schiffler Cc: internals@lists.php.net In-Reply-To: <43A9BCFA.8010902@ferzkopp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43A979A4.80307@ic-agency.com> <4e89b4260512211120u47f72a80jf91f0d9e74d1791e@mail.gmail.com> <43A9BCFA.8010902@ferzkopp.net> Subject: Re: [PHP-DEV] Change to timeout use From: buddhahead@gmail.com (Sebastian) > The PHP soap implementation is very fast by the way ... my benchmarks > indicated 3-4ms request times on the LAN (without doing anything useful > inside the request). This compares to over 30ms for the > mod_perl/Soap::Lite implementation (and I haven't tested Java or .Net) Can you provide code and related info about these benchmarks?