Re: [HACKERS] About large objects asynchronous and non-blocking support

2013-06-07 Thread Tatsuo Ishii
> 2013/6/6 Tatsuo Ishii > >> > Hi. >> > >> > At the moment libpq doesn't seem to support asynchronous and >> > non-blocking support for large objects, in the style of >> > PQsendQuery/PQgetResult. This makes large objects hardly suited for >> > single-threaded programs based on some variant of se

Re: [HACKERS] About large objects asynchronous and non-blocking support

2013-06-07 Thread Dmitriy Igrishin
2013/6/8 Giovanni Mascellani > Hi. > > Il 05/06/2013 22:52, Dmitriy Igrishin ha scritto: > >> At the moment libpq doesn't seem to support asynchronous and > >> non-blocking support for large objects, in the style of > >> PQsendQuery/PQgetResult. This makes large objects hardly suited for > >> sin

Re: [HACKERS] About large objects asynchronous and non-blocking support

2013-06-07 Thread Giovanni Mascellani
Hi. Il 05/06/2013 22:52, Dmitriy Igrishin ha scritto: >> At the moment libpq doesn't seem to support asynchronous and >> non-blocking support for large objects, in the style of >> PQsendQuery/PQgetResult. This makes large objects hardly suited for >> single-threaded programs based on some variant

Re: [HACKERS] About large objects asynchronous and non-blocking support

2013-06-06 Thread Dmitriy Igrishin
2013/6/6 Tatsuo Ishii > > Hi. > > > > At the moment libpq doesn't seem to support asynchronous and > > non-blocking support for large objects, in the style of > > PQsendQuery/PQgetResult. This makes large objects hardly suited for > > single-threaded programs based on some variant of select(). >

Re: [HACKERS] About large objects asynchronous and non-blocking support

2013-06-05 Thread Tatsuo Ishii
> Hi. > > At the moment libpq doesn't seem to support asynchronous and > non-blocking support for large objects, in the style of > PQsendQuery/PQgetResult. This makes large objects hardly suited for > single-threaded programs based on some variant of select(). > > I would like to know whether thi

Re: [HACKERS] About large objects asynchronous and non-blocking support

2013-06-05 Thread Dmitriy Igrishin
2013/6/5 Giovanni Mascellani > Hi. > > At the moment libpq doesn't seem to support asynchronous and > non-blocking support for large objects, in the style of > PQsendQuery/PQgetResult. This makes large objects hardly suited for > single-threaded programs based on some variant of select(). > Accor

[HACKERS] About large objects asynchronous and non-blocking support

2013-06-05 Thread Giovanni Mascellani
Hi. At the moment libpq doesn't seem to support asynchronous and non-blocking support for large objects, in the style of PQsendQuery/PQgetResult. This makes large objects hardly suited for single-threaded programs based on some variant of select(). I would like to know whether this is a deliberat