Rapsey wrote: > I'm planning on writing a client library for mogilefs, but can't seem to > find any good resources on the subject. Can someone point me in the right > direction? > > > thank you > Sergej >
There is not much to it... the file uploading and downloading is just HTTP, the tracker protocol is a simple single line protocol using url encoded options, like: get_paths domain=foo&key=test You should be able to read the perl, python, or php clients to get an idea how it is supposed to work. -- -- Justin Azoff -- Network Performance Analyst
