On Sun, Feb 28, 2010 at 3:59 AM, Tim Moore <timoor...@gmail.com> wrote:
> Whoops, I'm a bit late with my comments, but all the same...
>
> You can't safely use C++ stream functions in a signal handler.

Drat, true.  A simple write() would be fine, given what I'm using it for.

> Why does terrasync need to be protected from interruption like this? Does
> the SVN update really get corrupted if it is interrupted?

Yep.  If we think the individual update could take a long time, we
could go to the extra effort and use the svn internal interruption
handlers.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to