[webkit-reviews] review requested: [Bug 48321] [NRWT] Fix http lock on Windows platform : [Attachment 72003] proposed_patch_v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 04:20:19 PDT 2010


Gabor Rapcsanyi <rgabor at inf.u-szeged.hu> has asked  for review:
Bug 48321: [NRWT] Fix http lock on Windows platform
https://bugs.webkit.org/show_bug.cgi?id=48321

Attachment 72003: proposed_patch_v2
https://bugs.webkit.org/attachment.cgi?id=72003&action=review

------- Additional Comments from Gabor Rapcsanyi <rgabor at inf.u-szeged.hu>
As Dirk said I don't want to kill the process, just check it. I think that's
the easiest way to do that.
Furthermore I've checked the os.O_NONBLOCK and it's no need because when it
can't open the guard lock file it just throw an OSError exception, so it will
be a spinlock without the os.O_NONBLOCK.


More information about the webkit-reviews mailing list