ujjwalt / OVG

Open Volunteer Grid - for the Unisys Cloud 20/20 4.0
0 stars 1 forks source link

Create an api for communication between the server and clients #4

Open ujjwalt opened 11 years ago

ujjwalt commented 11 years ago

We require an api for communication between a client and the server for tasks like :-

This has to be an http api

ujjwalt commented 11 years ago

@karimkhanp: There doesn't seem to be an easy way to find the free ram of mac os x. That is concerned with how the memory model of mac works. But right now we can't switch to Linux because of the sandboxing facility. So on OSX our client does not need to determine wether to work or not on the basis of system resources. It can request work straight away and we can make a commitment such as not to use more than 100MB of RAM

karimkhanp commented 11 years ago

Ok, For login upload and other work, we just provide command line access right now or GUI is possible? I saw Networking for Go book, they have explained https api for authentication, file transfer.

And we keep working on Mac now, and problem you mentioned we keep as limitation for current system version.

ujjwalt commented 11 years ago

It's not a limitation. There are apis for finding the free ram but they're not very direct and will most probably involve the use of cgo. If we go through feb then surely we can incorporate this and even add support for linux

Thanks Ujjwal About Me (http://about.me/ujjwalt) Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Sunday 30 December 2012 at 10:46 AM, Karimkhan wrote:

Ok, For login upload and other work, we just provide command line access right now or GUI is possible? I saw Networking for Go book, they have explained https api for authentication, file transfer.
And we keep working on Mac now, and problem you mentioned we keep as limitation for current system version.

— Reply to this email directly or view it on GitHub (https://github.com/ujjwalt/OVG/issues/4#issuecomment-11761364).

karimkhanp commented 11 years ago

Ok.

ujjwalt commented 11 years ago

Great news! I found a library for finding free and total RAM

karimkhanp commented 11 years ago

Oh great! One task became easier ...

 


From: Ujjwal Thaakar notifications@github.com To: ujjwalt/OVG OVG@noreply.github.com Cc: Karimkhan karimkhan_it@yahoo.com Sent: Sunday, December 30, 2012 11:41:50 PM Subject: Re: [OVG] Create an api for communication between the server and clients (#4)

Great news! I found a library for finding free and total RAM — Reply to this email directly or view it on GitHub.