Microseconds granularity SIGALRM interrupt support - Mailing list pgsql-hackers

From NikhilS
Subject Microseconds granularity SIGALRM interrupt support
Date
Msg-id d3c4af540610200049p3d2bf23cx2e4844f960adca2e@mail.gmail.com
Whole thread Raw
Responses Re: Microseconds granularity SIGALRM interrupt support  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi, <br /><br /> Currently we have enable_sig_alarm() which provides millisecond level granularity in specifying delay.
Itried using it by just specifying nonzero value for the timeval.it_value.tv_usec field before calling setitimer, but
didn'tseem to work well. <br /><br /> Do we have any function in the postgres codebase which provides microseconds
levelof delay coupled with SIGALRM support?<br /><br /> Regards,<br /> Nikhils<br /><span class="q"
id="q_10e6451ba3354deb_4">EnterpriseDB  <a href="http://www.enterprisedb.com/"
target="_blank">http://www.enterprisedb.com</a></span><br/>-- <br />All the world's a stage, and most of us are
desperatelyunrehearsed. <br /> 

pgsql-hackers by date:

Previous
From: Jeremy Drake
Date:
Subject: row-wise comparison question/issue
Next
From: "Zeugswetter Andreas ADI SD"
Date:
Subject: Re: Asynchronous I/O Support