Commit 6796034c authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

updating changelog

parent add33654
* Adding a reference count to the message to avoid discard it before be processed for all workers
* Improvement on memory usage to reuse chains and buffers
* Improvement on javascript message parser regexp
* Improvement on sending alert messages to workers only when necessary
* Fixing memory leak in javascript
* Fixing read messages in high throughput using keepalive on
h3. Version 0.3.2
* Adding WebSocket support
......
......@@ -87,6 +87,16 @@ Or you may do by yourself:
</pre>
h1(#memory-usage). Memory usage
Just as information is listed below the minimum amount of memory used for each object:
* message on shared = 200 bytes
* channel on shared = 536 bytes
* subscriber
** on shared = 230 bytes
** on system = 6500 bytes
h1(#basic-configuration). Basic Configuration
<pre>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment