For C-based implementations of ruby 1.8 and ruby 1.9, is File#print atomic when it is given multiple arguments?
For C-based implementations of ruby 1.8 and ruby 1.9, is File#print atomic when it
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Examining it empirically, the answer’s no.
gives (in ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0])
Don’t know where you can look up what is atomic and what isn’t atomic, though.