Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25058 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71741 invoked by uid 1010); 29 Jul 2006 20:44:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71726 invoked from network); 29 Jul 2006 20:44:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2006 20:44:01 -0000 X-PHP-List-Original-Sender: frank@kromann.info X-Host-Fingerprint: 64.186.239.125 c-064-186-239-125.oc1.redwire.net Linux 2.5 (sometimes 2.4) (4) Received: from ([64.186.239.125:51738] helo=mail.kromann.info) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 84/40-58709-E88CBC44 for ; Sat, 29 Jul 2006 16:44:00 -0400 Received: by mail.kromann.info (Postfix, from userid 510) id 496174040CA; Sat, 29 Jul 2006 13:43:54 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on mail.kromann.info X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.1 Received: from warp (www.kromann.info [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id 34B294040C6; Sat, 29 Jul 2006 13:43:53 -0700 (PDT) To: Andi Gutmans Cc: 'Christian Wenz' , X-Mailer: Swwwing 2000 Message-ID: <11542058152960000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Sat, 29 Jul 2006 13:43:35 -0700 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: RE: [PHP-DEV] RE: CVS Account Request: cleong From: frank@kromann.info ("Frank M. Kromann") The MSSQL extension can be linked against FreeTDS (php_dblib.dll on Win32). This removes all the limitations that exists in ntwdblib. - Frank > As far as I know, and I might be wrong, ASP.NET uses a managed runtime .NET > interface which does not use COM (It's the actual TDS protocol implemented > in managed code). COM is viewed as poor way to run such interfaces both for > performance reasons and resource reference counting resources. > > Andi > > > -----Original Message----- > > From: Christian Wenz [mailto:chw@hauser-wenz.de] > > Sent: Saturday, July 29, 2006 9:24 AM > > To: internals@lists.php.net > > Subject: [PHP-DEV] RE: CVS Account Request: cleong > > > > Hi Andi, > > > > ASP.NET is using OLEDB, as well, and in my experiences this > > does not add to much penalty to communicating with MSSQL > > (however obviously more exhaustive performance tests are > > required). However I am wondering whether the OLEDB way would > > still work on non-Windows PHP versions? If > > not: Having two compatible, but internally completely > > different MSSQL extensions for win32 and non-win32 sounds > > dangerous to me. > > > > --Christian > > > > > Hi Chung, > > > > > > Any idea on the performance of OLEDB? My understanding was > > that due to > > > it going through the COM layer, performance will be relatively poor. > > > > > > Any idea? > > > > > > Andi > > > > > > > -----Original Message----- > > > > From: Chung Leong [mailto:chernyshevsky@hotmail.com] > > > > > > > > Sent: Friday, July 28, 2006 2:37 PM > > > > To: internals@lists.php.net > > > > Subject: [PHP-DEV] CVS Account Request: cleong > > > > > > > > I would like to submit a replacement for the Win32 mssql > > extension > > > > that I have recently completed. The extension provides > > the same set > > > > of functions as mssql, but uses OLEDB to talk to > > SQLServer instead > > > > of DBLIB. It allows users to retrieve varchar column > > wider than 255 > > > > and also Unicode columns as UTF-8. > > > > > > > > -- > > PHP Internals - PHP Runtime Development Mailing List To > > unsubscribe, visit: http://www.php.net/unsub.php > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >