From: Zdeněk Šustr Date: Mon, 15 Mar 2010 16:45:40 +0000 (+0000) Subject: Description under 255 characters. X-Git-Tag: glite-jobid-api-c_R_1_0_2_1~103 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=86c843a20c7c0b04bab0bcc86ae3b2f86e4fa982;p=jra1mw.git Description under 255 characters. --- diff --git a/org.glite.lb.harvester/project/package.description b/org.glite.lb.harvester/project/package.description index c969e8c..c35cd6c 100644 --- a/org.glite.lb.harvester/project/package.description +++ b/org.glite.lb.harvester/project/package.description @@ -1,3 +1 @@ -L&B Harvester gathers information about jobs from L&B servers using efficient L&B notification mechanism. It manages notifications and keeps them in a persistent storage (file or database table) to reuse later on next launch. It takes care about refreshing notifications and queries L&B servers back when some notification expires. - -The tool was initially written for Real Time Monitor (project at Imperial College in London), later was extended by MSG publish messaging mechanism for WLCG. +L&B Harvester gathers job info from L&B servers using efficient L&B notifications. It manages notifications and keeps track of them for reuse on next launch. It takes care of refreshing notifications and querying L&B back once a notification expires. diff --git a/org.glite.lbjp-common.server-bones/project/package.description b/org.glite.lbjp-common.server-bones/project/package.description index e4e58da..5ed9543 100644 --- a/org.glite.lbjp-common.server-bones/project/package.description +++ b/org.glite.lbjp-common.server-bones/project/package.description @@ -1,7 +1,2 @@ -Skeleton of multi-process network server. -Implements a server listening on several ports, incoming requests are passed -to slave processes, client connections are kept on specific slaves unless -there is higher input load etc. -The library provides callback handles on connection initialization, incoming -request handling, etc. - +Multi-process network server. +A server listening on multiple ports, passing inbound requests to slaves and maintaining connections to specific slaves if possible. The library provides callback handles on connection init, incoming request, etc.