Re: Fork-based version of pgbench

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: Fork-based version of pgbench
Дата
Msg-id dmo6m6$2s1r$1@news.hub.org
обсуждение исходный текст
Ответ на Re: Fork-based version of pgbench  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Fork-based version of pgbench  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
"Qingqing Zhou" <zhouqq@cs.toronto.edu> wrote
>
> I've threaded it in Win32 ...
>

Another thing is that if unix does fork() and windows does _beginthread(),
then there will be some potential problem. For example, you have to be
careful to add global variables ...

Regards,
Qingqing



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

Предыдущее
От: Qingqing Zhou
Дата:
Сообщение: Re: Fork-based version of pgbench
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Check for integer overflow in datetime functions