Prev: unresolved bugs
Next: SpinLockAcquire question
From: Boszormenyi Zoltan on 20 Apr 2010 09:46 Hi, is there a danger in using SpinLockAcquire() in a signal handler? I mean if e.g. a spinlock is already taken by the process and a signal comes that's handler wants to execute SpinLockAcquire() again, does it lock up or simply increases the lock counter? Thanks in advance, Zolt�n B�sz�rm�nyi -- Bible has answers for everything. Proof: "But let your communication be, Yea, yea; Nay, nay: for whatsoever is more than these cometh of evil." (Matthew 5:37) - basics of digital technology. "May your kingdom come" - superficial description of plate tectonics ---------------------------------- Zolt�n B�sz�rm�nyi Cybertec Sch�nig & Sch�nig GmbH http://www.postgresql.at/ -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
|
Pages: 1 Prev: unresolved bugs Next: SpinLockAcquire question |