You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leaving it off by default is probably the better default. Fork safety is very delicate and not guaranteed to work on all platforms & pthread implementations, and not all users might decide to use threads necessarily. Even when using threads, all forks are followed by exec() so we don't need to clean up the locks & threads in the children, at maybe the risk to see some deadlocks if there's a programming error in BoxFort.
In any case, this option has risks, and enabling it should come with full awareness of what this means.
Shouldn't we re-enable
BXF_FORK_RESILIENCE
by default?The text was updated successfully, but these errors were encountered: