Skip to content

Commit

Permalink
revert to use gen_server2
Browse files Browse the repository at this point in the history
  • Loading branch information
0lvin committed May 21, 2009
1 parent 603c7d8 commit 1840f21
Show file tree
Hide file tree
Showing 6 changed files with 917 additions and 23 deletions.
2 changes: 1 addition & 1 deletion NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Contributors and Copyright holders:

* Copyright 2009, Joe Williams <joe@joetify.com>
* Copyright 2009, Nick Gerakines <nick@gerakines.net>
* Copyright 2009, Denis Pauk <pauk.denis@gmail.com>
* Copyright 2009, Denis Pauk <pauk.denis@gmail.com>
6 changes: 2 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ merle : An erlang based memcached client.
Version : 0.3

Author : Joe Williams <joe@joetify.com>
Contributors : Nick Gerakines <nick@gerakines.net>
Contributors : Denis Pauk <pauk.denis@gmail.com>
Contributors : Nick Gerakines <nick@gerakines.net>,
Denis Pauk <pauk.denis@gmail.com>

Info : http://github.com/joewilliams/merle/

merle uses LShift's gen_server2 module/behavior for faster message queues.
http://hg.rabbitmq.com/rabbitmq-server/file/b95f2fd4e3f6/src/gen_server2.erl

Note: This fork not use this gen_server2, if you want use this gen_server: you can replace all 'gen_server' to 'gen_server2'.

This code is available as Open Source Software under the MIT license.


Expand Down
Loading

0 comments on commit 1840f21

Please sign in to comment.