Re: insert performance for win32

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
Cc: <pgsql-performance(at)postgresql(dot)org>, "Magnus Hagander" <mha(at)sollentuna(dot)net>
Subject: Re: insert performance for win32
Date: 2005-11-03 18:42:08
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3417DD7A1@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Both win32 send/recv have pgwin32_poll_signals() in them. This is
glorified WaitForSingleObjectEx on global pgwin32_signal_event. This is
probably part of the problem. Can we work some of the same magic you
put into check interrupts macro?

ISTM everything also in win32 functions is either API call, or marginal
case.

Merlin

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2005-11-03 18:47:09 Re: insert performance for win32
Previous Message Merlin Moncure 2005-11-03 18:37:52 Re: Sorted union