Re: Fork-based version of pgbench

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: Fork-based version of pgbench
Date: 2005-12-02 01:07:13
Message-ID: dmo6m6$2s1r$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


"Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-12-02 01:45:13 Re: Check for integer overflow in datetime functions
Previous Message Qingqing Zhou 2005-12-02 00:09:34 Re: Fork-based version of pgbench