From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | Hannu Krosing <hannu(at)krosing(dot)net> |
Cc: | Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: single task postgresql |
Date: | 2002-02-27 12:02:22 |
Message-ID: | Pine.GSO.4.44.0202271501420.7618-100000@ra.sai.msu.su |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 27 Feb 2002, Hannu Krosing wrote:
> On Tue, 2002-02-26 at 17:52, Oleg Bartunov wrote:
> > 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.
>
> You might also be interested in hacking the threaded verion to run on
> native windows without cygwin.
unfortunately it's based on 7.0.2 and doesn't supports dynamic function call.
>
> On Sun, 2002-01-27 at 02:19, mkscott(at)sacadia(dot)com wrote:
> > For anyone interested, I have posted a new version of multi-threaded
> > Postgres 7.0.2 here:
> >
> > http://sourceforge.net/projects/mtpgsql
> >
>
> ---------------
> Hannu
>
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
From | Date | Subject | |
---|---|---|---|
Next Message | Oleg Bartunov | 2002-02-27 12:09:15 | Re: single task postgresql |
Previous Message | Rod Taylor | 2002-02-27 11:50:38 | Re: Refactoring of command.c |