Re: Microsoft releses Services for Unix

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Microsoft releses Services for Unix
Дата
Msg-id 303E00EBDD07B943924382E153890E5434AA5A@cuthbert.rcsinc.local
обсуждение исходный текст
Ответ на Microsoft releses Services for Unix  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список pgsql-hackers-win32
Steve Tibbett:
> A "Native" Windows application is one that integrates well with the
rest
> of the OS.. meaning it logs to the event log, runs as a service,
supports

My big issues with pg/cygwin are that it's slow and tends to crash a
lot.  Also, the ipc runs as a separate service which also crashes and
does other weird things.  Pg/sfu would not have these problems.

Also, logging/services, etc. are the things that are really different in
windows and could be easily tailored to that platform, as opposed to
writing a signal emulation layer.

> performance monitor counters, responds to system shutdown and power
> management events, etc.. trying to support this stuff while running in
> Interix might well be impossible (you can't make Win32 calls from
outside
> the Win32 subsystem can you?)

Why can't you?  Interix is just another API you can call (a 3rd, on top
of the existing posix implementation and win32).  You can already mix
posix and win32, for example.

Merlin

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Microsoft releses Services for Unix
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Microsoft releses Services for Unix