Re: [HACKERS] Getting blocked when receinving response from a Parse message...

2003-06-28 Thread Carlos Guzman Alvarez
Hello: >You must send either Flush or Sync after the Parse to force the backend >to emit its response to Parse. The assumption is that in many cases >you'll be sending Parse as part of a batch of commands, and the backend >should batch its responses to minimize the number of network packets >sent

Re: [HACKERS] Getting blocked when receinving response from a Parse message...

2003-06-27 Thread Tom Lane
"Francisco Figueiredo Jr." <[EMAIL PROTECTED]> writes: > I'm implementing the 3.0 protocol version in Npgsql, a .Net Data > provider for postgresql. > I stopped in the first message: Parse :( > I send the parse message but I don't receive the ParseComplete or the > ErrorResponse. My code simply