Distributed Make System - Tasks: task #3846, Use XML-RPC
You are not allowed to post comments on this tracker with your current authentication level.
task #3846: Use XML-RPC
Submitter: | Julien Gilli <darktigrou> | ||
Submitted: | Mon 07 Mar 2005 09:48:49 AM UTC | ||
Category: | DMS programming tasks | Should Start On: | Mon 07 Mar 2005 12:00:00 AM UTC |
Should be Finished on: | Mon 07 Mar 2005 12:00:00 AM UTC | Priority: | 1 - Later |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Effort: | 0.00 |
Thu 17 Mar 2005 08:20:17 PM UTC, comment #1: |
Julien Barbot <klyr>![]() |
Mon 07 Mar 2005 09:48:49 AM UTC, original submission:
We use plain old sockets for network programming as for now. XML-RPC seems to be a good way to go in order to achieve the request <-> answer mechanism of DMS. It should simplify a lot the source code.
|
Julien Gilli <darktigrou>![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
I've done some quick tests.
Transfert rate is about 1MB/s on localhost.
Maybe I badly used xmlrpc (tests done quickly)