Re: signals question
Re: signals question
- Subject: Re: signals question
- From: Kyle Sluder <email@hidden>
- Date: Sat, 15 Aug 2009 16:47:06 -0700
--Kyle Sluder
On Aug 15, 2009, at 8:08 AM, Rolando Abarca <email@hidden> wrote:
The thing is that somehow, I'm not locking the ruby VM to do not allow
it to be interrupted during it's execution, because apparently it is
being interrupted and that's causing some really nasty (random)
crashes. Is it possible to do it? I mean, to lock a portion of code to
not be interrupted by signals during it's execution.
I don't understand how signals come into this.
Someone told me to not run the VM from within a signal handler, but
how would I be able to do that?...
Simple. You don't. It's a lot harder to do something than to not do
it. Unless you aren't talking about POSIX signal handlers.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden