[Ilugc] Hi

  • From: meendar@xxxxxxxxx (meendar)
  • Date: Mon Aug 11 17:48:32 2008

Shanmuganandh G wrote:

Hi Everybody,

I had been solving problems in distributed database systems lately and I
have come up with a distributed data storage layer in python.
Have released the basic version of my work in the following link.
http://code.google.com/p/distributed-python-object-store-for-orms/

Looking forward for your comments.

Thanks,
Shanmuganandh.
_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

  
On distributed systems, performance can be degraded only due to tcp/unix 
sockets. Try using libevent rather using plain unix sockets.

http://en.wikipedia.org/wiki/Libevent

Most of the distributed architectures use this for high performance.

Thanks

Other related posts: