Re: Get bytes sent to client

From: Alexander Pyhalov <alp(at)rsu(dot)ru>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: dmp <danap(at)ttc-cmc(dot)net>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Get bytes sent to client
Date: 2009-12-18 09:59:23
Message-ID: 4B2B527B.7080408@rsu.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I'll look at this in the weekend an report later...
Craig Ringer wrote:
> sent/received from client ing PGStream.
>
> Can't you extend or wrap the pg_input / pg_output streams to do the
> accounting in their read(...) / write(...) method instead? The way
> you've done it is rather fragile and is very prone to bitrot as other
> parts of the driver are changed.

--
Best regards,
Alexander Pyhalov,
system administrator of Computer Center of South Federal University

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Ringer 2009-12-18 15:03:01 JDBC docs download page issue
Previous Message Craig Ringer 2009-12-18 07:59:40 Re: Get bytes sent to client