Alpha 1.0 6-1 Released
ObjectCloud Alpha 6-1 introduces a real-time Latex editor, and fixes a bug with the Edit link not always showing up.
The new release can be downloaded at http://andrewrondeau.com/ObjectCloud/Releases.
View / Reply
ObjectCloud is an open-source web server with distributed social networking capabilities.
This is ObjectCloud's alpha server. It is used for testing the latest versions of ObjectCloud, and it may experience frequent downtime, data loss, and bugs.
ObjectCloud Alpha 6-1 introduces a real-time Latex editor, and fixes a bug with the Edit link not always showing up.
The new release can be downloaded at http://andrewrondeau.com/ObjectCloud/Releases.
This post is about Particle, ObjectCloud's distributed social networking protocol. Currently, Particle is experimental. It's a working proof-of-concept protocol for a distributed social network.
As Particle is merely a proof-of-concept, future versions of the protocol, and thus ObjectCloud, may change it dramatically.
The distributed social networking community is paying close attention to PubHubSubButb, Salmon, WebFinger, and encrypted signatures as a means of finding a working standard. These pr
We've released Alpha 5-0 for our (almost) 1-year anniversary. This version is a major refactoring, and re-introduces Particle as a distributed social networking protocol. Particle is currently in its early beginnings, see its roadmap for a list of features that we plan to implement.
Starting with Alpha 5-0, we've slightly changed how we post releases. Now, the most recent release is posted in http://andrewrondeau.com/ObjectCloud/Releases/. Older releases are in http://andrewrondeau.com/ObjectClou
Today I released alpha 4-2. This version includes a new style of server-side Javascript. All .ocjs files can contain just Javascript and no decorated HTML. Templates can then be used and returned from Javascript. This allows for a clean separation between logic and presentation when using server-side Javascript.
Full build is at http://andrewrondeau.com/ObjectCloud/Releases/2010-09-01%20ObjectCloud%201.0%20Alpha%204-2.zip, and source code is at http://andrewrondeau.com/ObjectCloud/Code/2010-0
Today I released alpha 4-1. This version significantly improves upon ObjectCloud's RAM cache, and significantly improves stability. Performance is increased because I switched from a thread-per-socket model to an event-based socket reading model.
I also started working on a driver for Node.js. This driver allows automating ObjectCloud from any computer.
To download, visit http://andrewrondeau.com/ObjectCloud/Releases/2010-08-04%20ObjectCloud%201.0%20Alpha%204-1.zip.
Today I released alpha 4-0 of ObjectCloud. This version introduces a high-performance XML-based templating system.
To download, visit http://andrewrondeau.com/ObjectCloud/Releases/2010-07-18%20ObjectCloud%201.0%20alpha%204-0.zip
This morning I released Alpha 3-2. This version significantly improves server-side Javascript execution time by compiling all server-side Javascript. Compiled server-side Javascript is stored for later re-use. In addition, ObjectCloud now uses lock-free programming techniques in critical paths, including its RAM cache. The lock-free programming, combined with less agressive cache cleaning, significantly improve ObjectCloud's CPU utilization.
Unfortunately, a design change that would use less