single task postgresql - Mailing list pgsql-hackers

From Oleg Bartunov
Subject single task postgresql
Date
Msg-id Pine.GSO.4.44.0202261542240.8814-100000@ra.sai.msu.su
Whole thread Raw
Responses Re: single task postgresql  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: single task postgresql  (Hannu Krosing <hannu@krosing.net>)
List pgsql-hackers
Having frustrated with performance on Windows box I'm wondering if it's
possible to get postgresql optimized for working without shared memory,
say in single-task mode. It looks like it's shared memory emulation on disk
(by cygipc daemon) is responsible for performance degradation.
In our project we have to use Windows for desktop application and it's
single task, so we don't need shared memory. In principle, it's possible
to hack cygipc, so it wouldn't emulate shared memory and address calls
to normal memory, but I'm wondering if it's possible from postgres side.
Regards,    Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83



pgsql-hackers by date:

Previous
From: "Art Nicewick"
Date:
Subject: Re: PostgreSQL 8.0 ??
Next
From: Jason Earl
Date:
Subject: Re: PostgreSQL 8.0 ??