CreateProcess vs Create Thread

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема CreateProcess vs Create Thread
Дата
Msg-id 3FB3BF8F.2050809@commandprompt.com
обсуждение исходный текст
Ответ на Re: Committing Resources to Win32  (Marsh Ray <marsh-pg@mysteray.com>)
Ответы Re: CreateProcess vs Create Thread  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: CreateProcess vs Create Thread  ("Steve Tibbett" <stevex@stevex.org>)
Re: CreateProcess vs Create Thread  (Andrew Dunstan <andrew@dunslane.net>)
Re: CreateProcess vs Create Thread  (Marsh Ray <marsh-pg@mysteray.com>)
Re: CreateProcess vs Create Thread  (Marsh Ray <marsh@mysteray.com>)
Список pgsql-hackers-win32
Hello,

   O.k. there has been a lot of discussion in regards to what the best
method to take with PostgreSQL Win32 is.
It seems that the community is set on using CreateProcess. If this is
the case I have a couple of further questions:

1. Are we just a bunch of Unix coders trying to develop a product for
Win32 or are there any people a part
of the Win32 port project that actually have REAL, hardcore experience
coding at the system level for Win32?
I am not trying to be an antagonist but I it is a legitamate question.

2. Have we built a test case? For example:

    We have a client that connects to a server. For every connection we
start a new process and write 1k to disk from the client.

    Connect in varying degrees from 5 connection to say 500 connections.

    Do it with CreateProcess and the with CreateThread... Time the
difference, and review the load on the server during the tests...

    What is the difference? Maybe it is nominal enough not to worry
about it... Maybe it's not.

Sincerely,

Joshua D. Drake

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC - S/JDBC
Postgresql support, programming, shared hosting and dedicated hosting.
+1-503-222-2783 - jd@commandprompt.com - http://www.commandprompt.com
PostgreSQL.Org - Editor-N-Chief - http://www.postgresql.org



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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Win32 toolset
Следующее
От: "Steve Tibbett"
Дата:
Сообщение: Re: CreateProcess vs Create Thread