Re: Incoming/Sent traffic data

From: Israel Ben Guilherme Fonseca <israel(dot)bgf(at)gmail(dot)com>
To: Maciek Sakrejda <msakrejda(at)truviso(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Incoming/Sent traffic data
Date: 2011-05-13 17:24:27
Message-ID: BANLkTimr99QjLde6RTg0vfCZH=xZ2kxRAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Tom ->
http://initd.org/psycopg/features/
"psycopg is written mostly in C and wraps the
libpq<http://www.postgresql.org/docs/9.0/static/libpq.html>library
with the result of being both fast and secure."
So it's always using the libpq lbrary.

Macieck ->
A much more portable solution indeed.

2011/5/13 Maciek Sakrejda <msakrejda(at)truviso(dot)com>

> > I don't know about the java implementation but psycopg2 is on top of
> libpq,
> > so that's why the SSL compressing is working.
>
> The jdbc driver does not depend on libpq--it is a standalone wire
> protocol implementation based on Java Sockets.
>
> ---
> Maciek Sakrejda | System Architect | Truviso
>
> 1065 E. Hillsdale Blvd., Suite 215
> Foster City, CA 94404
> (650) 242-3500 Main
> www.truviso.com
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Israel Ben Guilherme Fonseca 2011-05-14 00:54:29 Re: Incoming/Sent traffic data
Previous Message Maciek Sakrejda 2011-05-13 17:18:12 Re: Incoming/Sent traffic data