On Fri, 27 Apr 2001, Clayton Vernon wrote:
> I was wondering what the plans were for PostgreSQL to convert to the
> one process multithreaded approach, as Apache, Interbase and others
> are doing?
there has been talk about doing some threads actions inside of a
process, but, if I recall my read of Apache2, they are still doing
multi-process, with threading inside of each process ...