Re: OK, lets talk portability.

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: OK, lets talk portability.
Дата
Msg-id 1020796124.2006.8.camel@rh72.home.ee
обсуждение исходный текст
Ответ на Re: OK, lets talk portability.  (mlw <markw@mohawksoft.com>)
Список pgsql-hackers
On Tue, 2002-05-07 at 19:44, mlw wrote:
> Tom Lane wrote:
> > And no, I don't want to undo those changes.  Especially not if the
> > only reason for it is to not have to use Cygwin on Windows.  Most
> > of these changes made the startup code substantially simpler,
> > faster, and more reliable.
> 
> Then I think the notion of a pure Windows version is dead in the water. Writing
> a fork()-like API for Windows is, of course, doable as evidenced by cygwin, and
> from a general theory seems like a pretty straight forward thing to do (with a
> few low level tricks of course) but the details are pretty scary.

There is still another way - use threads. 

There you have of course the opposite problem - to determine what to
_not_ share, but AFAIK this has been done already at least once.

And there seems to be some consensus that doing things that would
eventually make it easier to use threaded model will probably increase
code quality in general.

---------------
Hannu




В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: OK, lets talk portability.
Следующее
От: mlw
Дата:
Сообщение: Re: OK, lets talk portability.