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 [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

sorry i missed some words in the response!

On distributed systems, performance can be degraded only due to tcp/unix sockets (select or poll) . Try using libevent rather using select on plain unix sockets.

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

Most of the distributed architectures use this for high performance.

Thanks



_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to