Actions
Bug #1691
closedMetacat client library: use direct method calles for efficiency
Start date:
09/17/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1691
Description
The current client uses HTTP. There may be clients that exist on the same
server for which we would want to use some direct IPC channel, or direct method
calls for efficiency
(From bug# 188)
Updated by Matt Jones over 18 years ago
This should be im[plemented by refactoring MetacatServlet to use the client library. All public interface methods should be implemented using the metacat client library with direct method calls (as well as the current client that uses http calls). Then the sefvlet can be refactored to directly use the client, which will result in a cleaner and faster implementation that eliminates unnecessary http traffic.
Updated by ben leinfelder over 11 years ago
- Status changed from In Progress to Closed
We are deprecating the Metacat API in favor of the DataONE API.
Actions