Description under 255 characters.
authorZdeněk Šustr <sustr4@cesnet.cz>
Mon, 15 Mar 2010 16:45:40 +0000 (16:45 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Mon, 15 Mar 2010 16:45:40 +0000 (16:45 +0000)
org.glite.lb.harvester/project/package.description
org.glite.lbjp-common.server-bones/project/package.description

index c969e8c..c35cd6c 100644 (file)
@@ -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.
index e4e58da..5ed9543 100644 (file)
@@ -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.