Re: Incoming/Sent traffic data

From: Maciek Sakrejda <msakrejda(at)truviso(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: Israel Ben Guilherme Fonseca <israel(dot)bgf(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Incoming/Sent traffic data
Date: 2011-05-13 16:13:45
Message-ID: BANLkTikshdELcV06nY+B2UihuoGpAS8RaQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

>> The java hava a lot of /D/D/D/D
>>
>> Maybe it's about this:
>>
>> http://developer.postgresql.org/pgdocs/postgres/protocol-error-fields.html
>
> D is just a DataRow message, you get one of those per row returned.
> Wireshark is telling you that there are many DataRow messages within a
> single TCP segment.

Right. If you're *not* getting those in Python, you're not getting the
data, so something is seriously wrong there. I don't know whether
Python has some hidden laziness that you're running afoul of or
something w.r.t. retrieving results, but that's the first place I'd
look.

---
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 Kevin Grittner 2011-05-13 16:19:03 Re: Incoming/Sent traffic data
Previous Message Oliver Jowett 2011-05-13 15:36:10 Re: Incoming/Sent traffic data