0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 5 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Final update with all changes. More... almost 12 years ago
Fixed bug with last node in cluster not claiming master because it was expecting a negotiation with other slaves. More... almost 12 years ago
Added the following functionality to the failover package: - When a new master node is elected, it will send the client a packet (on port 2690) so that it can update the address it uses to communicate with the cluster. The client should probably just have a separate thread running which listens on this port. - Nodes are now able to join the cluster after the initial creation. By simply using the static joinCluster method in the Node class, a server can notify the master of its availability and become a slave. More... almost 12 years ago
Added the failover package which currently is capable of handling a slave or master going offline. When working with this package simply call the public static methods in the Node class. A proper readme and some additional functionality to come soon. More... almost 12 years ago
Fixed a dumb glitch… More... almost 12 years ago
. More... almost 12 years ago
Fixed up… some. More... almost 12 years ago
Included Corey's changes, persistent mostly done More... almost 12 years ago
Added Server Thread example More... almost 12 years ago
. More... about 12 years ago
Add, Remove, View and Query implemented More... about 12 years ago
Working… for the most part More... about 12 years ago
. More... about 12 years ago
Setting up interface, little bit of functionality… More... about 12 years ago
Working on demo… More... about 12 years ago
Added some examples, folders… More... about 12 years ago
Added raw data from website More... about 12 years ago
first commit More... about 12 years ago