Re: Porting to Native WindowsNT/2000
Hannu Krosing <hannu@tm.ee>
From: Hannu Krosing <hannu@tm.ee>
To: Ian Lance Taylor <ian@airs.com>
Cc: Dwayne Miller <dmiller@espgroup.net>, mlw <markw@mohawksoft.com>, pgsql-hackers@postgresql.org
Date: 2001-09-02T14:28:01Z
Lists: pgsql-hackers
Ian Lance Taylor wrote: > > "Dwayne Miller" <dmiller@espgroup.net> writes: > > > As mlw said, porting Postgres to run natively on Windows would be a > significant effort. The forking mechanism it uses currently would > have to be completely rearchitected. The buffer, file manager, and > networking code would have to be rewritten. Off the top of my head, > for a top programmer who is an expert in Unix, Windows, and Postgres, > it might take a year. IIRC someone had the backend working in multithreaded mode (actually he had one of the forked backends doing it) as a part of some java-driven backend. From the description of it it seemed that it did not take a full man-year to get there ;) ------------------ Hannu