New/ongoing:
| ID | Status | Due Date | Who | Description |
| 11 | Ongoing? | 21/2/07 | Dinesh/Bill | Address SSH tunneling problem |
| 12 | Ongoing | 15/4/07 | Salim/Murthy/ Dennis/Miro |
Implement and test XML API according to agreed roadmap |
Closed:
| 4 | Closed | 7/2/07 | Miro | Warn Lemon users (particularly GridICE) about upcoming Lemon protocol changes for TCP |
| 2 | Closed | 14/2/07 | Salim/Miro | Put XML API client/server code into CVS, maintain it from there. |
| 5 | Closed | 14/2/07 | Miro/Dennis | send C code for local cache access to Salim. |
| 3 | Closed | 14/2/07 | Miro | XML API server: Verify if there are any a) PHP configuration problems b) possibilities for OCI-level limitation enforcement c) possibilities of caching intermediate query results in a temporary Oracle table |
| 1 | Ongoing | 21/2/07 | Miro/Dennis/ Murthy/Salim |
Sit together and analyze the XML API client software, come up with list of items to correct OR if XML API needs to be rewritten SWIG interface now proposed to be at the C++ API level, as SWIG C++ problems resolved. API backwards compatibility not important as only Veronique uses API as external user. Salim to circulate Perl examples |
| 6 | Ongoing | 21/2/07 | Salim | More precise performance measurements for XML API client. Miro requests even more details |
| 7 | NEW | 21/2/07 | Murthy/Sharma | Prepare a report (and presentation? Check with Juergen) on the last quarter for the next CERN-BARC coordination videoconference, based on the weekly reports available at http://indico.cern.ch/categoryDisplay.py?categId=1346 |
| 8 | NEW | 21/2/07 | Miro/Salim/ Dennis |
Define what C++ API versions need to be swigified in the first production deployment |
| 9 | NEW | 21/2/07 | Salim | Implement comma-separated host list and cluster support in client API (cluster support will be done by Miro on server side) |
| 10 | NEW | 21/2/07 | Sharma | Circulate code for foreign profile handling in CCM |
Murthy:
xml api:
We have arrived at reduced xml api specification. Current code needs substantial
changes to suite the new specs. Salim is doing code changes. Apart from this I
had email discussions with Miro, Dennis and Salim and have prepared the roadmap
for xml api. This is sent to Miro for circulation.
Lemon:
Studied the new lemon server implementation that is based on apr library. Had
discussions with Dennis on the flat monserver implementation aspects.
CVS commits done for efficient key update algorithm.
cheers
murthy
Salim:
At present I'm working on development of reduced C++
XML API.
The XML API is rewritten to have
- Only those methods which are needed for proper working of lemon-cli;
- Exposing single class to users(which is lemon_api).
- Returning result in a C++ object rather then structure.
Thanks, regards
Salim
Sharma:
SWRepSOAP:
Added support for handling multiple repositories. I will put new
version on lxdev23 for testing today.
CCM:
I will change the temporary directory creation as per your suggestion,
I implemented it using random numbers.
Dinesh:
Started working on changing the CCTracker Client architecture to
display new object types when xml is updated.
The implementation will require meta data - describing all the object
types and the new xml file structure.
Considerable code restructuring is required if all existing object
types is to be implemented in this way hence only the new objects
types with the requirement of displaying / searching them as soon as
added to the xml will be easy to implement. However any other
requirement apart for display or search will require changes in the
Client code.