VideoCache
Videocache is no longer in development.

Split the RPC server to an external daemon

by Anonymous on 13 Dec 2008

This should help making the project more robust and scaleable.

You should also consider using somesort of external database+exclusive locks on the files, so multiple RPC servers could be used (again, more robust, and scaleable).

1 Answers

by Kulbir Saini on 14 Dec 2008

Thanks for the suggestions. I have noted it down. I'll try to work on it and you'll see updates if I could figure out something :)