Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
9b8f902d
Commit
9b8f902d
authored
Jun 04, 2010
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial version of 2.0.7 NEWS
parent
baf659fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
1 deletion
+24
-1
NEWS
NEWS
+24
-1
No files found.
NEWS
View file @
9b8f902d
0MQ version 2.0.7 (Beta), released on 2010/06/XX
================================================
...
Interface
---------
* zmq_init has a single parameter now: number of I/O threads in the thread pool.
All the remaining parameters where dropped.
* ZMQ_P2P socket type was renamed to ZMQ_PAIR.
* LWM socket option was dropped.
New functionality
-----------------
* Multi-hop REQ/REP pattern is fully supported. This feature allows to put
a device(s) between REP and REP sockets thus allowing for scenarios like
multi-threaded server, shared service queue etc. The whole infrastructure
is transparent to the applications.
* Multi-part messages. Message may now be composed from several parts. This
feature allows for seamless zero-copy message passing when data are scattered
in the memory. Moreover it gives 0MQ message some basic structure.
* Sane termination of multiple threads. This means that main thread can
terminate the messaging library causing all blocking functions to unblock
and allow for orderly application termination.
0MQ version 2.0.6 (Beta), released on 2010/03/16
================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment