Has anyone tried the latest git master on Mac OS X?  It looks like the
new socket migration code doesn't work — it would seem that sem_init()
is stubbed out on Mac OS X.

http://stackoverflow.com/questions/1413785/sem-init-on-os-x

The result is an assertion failure:

  Function not implemented
  rc != -1 (semaphore.hpp:96)

Are there any easy alternatives that could be used instead of unnamed
semaphores?  Maybe something silly like constructing a named semaphore
from the process ID and the address of the semaphore_t object?  Or from
a random UUID?

–doug

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to