Skip to content

Commit 91b4e62

Browse files
committed
Make the NIF more robust. Guard non-reentrant ZeroMQ sockets. Provide vector data structure for tracking NIF ZeroMQ socket requests without copying and realloc-ing for each poll loop iteration.
1 parent 9ed06d9 commit 91b4e62

File tree

8 files changed

+863
-428
lines changed

8 files changed

+863
-428
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011 Yurii Rashkovskii, Michael Truog and Evax Software
1+
Copyright (c) 2011 Yurii Rashkovskii, Evax Software and Michael Truog
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ erlzmq2
22
====
33
NIF based Erlang bindings for the ZeroMQ messaging library.
44

5-
Copyright (c) 2011 Yurii Rashkovskii, Michael Truog and Evax Software
5+
Copyright (c) 2011 Yurii Rashkovskii, Evax Software and Michael Truog
66

77
Overview
88
========

0 commit comments

Comments
 (0)