Npsql is much faster than ODBC ? - Mailing list pgsql-general

From 一首诗
Subject Npsql is much faster than ODBC ?
Date
Msg-id 1194277321.151897.145630@e9g2000prf.googlegroups.com
Whole thread Raw
Responses Re: Npsql is much faster than ODBC ?  (Ilan Volow <listboy@clarux.com>)
Re: Npsql is much faster than ODBC ?  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-general
Hi all,

Recently I found my C/S program becomes slow.  So I analysed the tcp
traffic between my program and the Postgresql database.  I found there
are occasionally tcp re-transmission and that's why my porgram slow
down.

But when I changed to npsql,  the tcp traffic was cut off to only 1/4
and there are much fewer re-transmission.  I am not sure it's the
problem of odbc or it's because that I am using odbc correctly.


pgsql-general by date:

Previous
From: Lew
Date:
Subject: Re: What makes a Postgres DBA?
Next
From: Jason Testart
Date:
Subject: RPATH issue with libpq on Solaris 8 (gcc)