> I have a question regarding the client protocol: Can a query that has beena query that is created with the client protocol can also be executed
> prepared using the "QUERY" protocol message be executed only once, or
> multiple times?
once. After running the query, you should get an exception saying "The
query has already been executed.".
The current approach shouldn’t represent any bottleneck, as query
object are pretty light-weight objects. If your tests should yield
unsatisfactory results, feel free to tell us more.