-
-
11 Apr 2022 13:06:17 UTC
- Distribution: Net-Clacks
- Module version: 23
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (185 / 0 / 31)
- Kwalitee
Bus factor: 1- 11.87% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (53.95KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Array::Contains
- Carp
- English
- Errno
- File::Copy
- IO::Select
- IO::Socket::IP
- IO::Socket::SSL
- Readonly
- Sys::Hostname
- Time::HiRes
- XML::Simple
- YAML::Syck
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- NAME
- SYNOPSIS
- DESCRIPTION
- MODULES
- IMPORTANT UPGRADE NOTES
- AUTHOR
- Source code repository
- COPYRIGHT AND LICENSE
NAME
Net::Clacks - Fast client/server interprocess messaging and memcached replacement
SYNOPSIS
The Net::Clacks system implements a fast client/server based interprocess messaging. For handling a high number of clients, you can run multiple servers in a master/slave configuration. A slave can also run itself as master for it's own slaves, so a tree-like setup is possible.
DESCRIPTION
The Net::Clacks system implements a fast client/server based interprocess messaging. For handling a high number of clients, you can run multiple servers in a master/slave configuration. A slave can also run itself as master for it's own slaves, so a tree-like setup is possible.
Clacks has two ways to handle data. One is (near) real time messaging, the other is storing in memory (as a replacement for memcached).
Clacks has also a DEBUG feature that forwards all messages to a requesting client.
The Net::Clacks system implements a fast client/server based interprocess messaging. For handling a high number of clients, you can run multiple servers in a master/slave configuration. A slave can also run itself as master for it's own slaves, so a tree-like setup is possible. This is implemented by using Interclacks mode via OVERHEAD mode setting.
MODULES
The server is implemented in Net::Clacks::Server.
The client library in Net::Clacks::Client.
A more Cache::Memcached compatible client library (caching only, no real time communication) is implemented in the Net::Clacks::ClacksCache module.
Please also take a look at the examples, this implements a simple chat client.
IMPORTANT UPGRADE NOTES
Please make sure to read Net::Clacks::UpgradeGuide before upgrading to a new Net::Clacks version.
AUTHOR
Rene Schickbauer, <cavac@cpan.org>
Source code repository
The official source code repository is located at: https://cavac.at/public/mercurial/Net-Clacks/
COPYRIGHT AND LICENSE
Copyright (C) 2008-2022 Rene Schickbauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.
Module Install Instructions
To install Net::Clacks, copy and paste the appropriate command in to your terminal.
cpanm Net::Clacks
perl -MCPAN -e shell install Net::Clacks
For more information on module installation, please visit the detailed CPAN module installation guide.