Re: Fork-based version of pgbench - Mailing list pgsql-patches

From Qingqing Zhou
Subject Re: Fork-based version of pgbench
Date
Msg-id dmo6m6$2s1r$1@news.hub.org
Whole thread Raw
In response to Re: Fork-based version of pgbench  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Fork-based version of pgbench
List 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 by date:

Previous
From: Qingqing Zhou
Date:
Subject: Re: Fork-based version of pgbench
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Check for integer overflow in datetime functions