hi Kenton I have to run capnproto based code on Windows XP (yes, life is pain.. ). So I have to adapt your code of the mutex to XP
1. May use precreated pool of simple critical sections (which will be used on XP only) instead of that Vista's SRW locks? I think nothing bad (maybe except performance) happens if lockShared will work as lockExclusive 2. If I don't plan to use readers (and of course builders too) from multiple threads - may I just create empty mutex implementation? -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
