yacy_search_server/source/de/anomic/yacy
orbiter bed79402be introduction of a new remote search load control: the remote search has taken 10 results per peer with a time-out of 3 seconds so far. The attributes of number of results per peer and time-out time can now be configured.
This has two aspects: the user who searches may want to increase these values to get more results and more load on the remote side and the user of the server which is accessed for this search may want to restrict the load. Both sides can now be configured. The server-site maximum load parameters are defined by a network definition and the client-side search request load can be defined by each user individually but when the remote search is done the requested service is limited to the network definition.

You can find now in the network definition file:
network.unit.remotesearch.maxcount and network.unit.remotesearch.maxtime
and in the yacy.conf file:
remotesearch.maxcount and remotesearch.maxtime

There is currently no web interface to define the client-side remote search attributes, please set them manually
    

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7548 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-03-04 13:44:00 +00:00
..
dht - fixed a memory leak in the httpc.post method (no finish) 2011-03-01 09:03:33 +00:00
graphics some more performance hacks 2011-02-26 01:24:49 +00:00
seedUpload extended seed list uploader: do not only upload all active peers but also some more peers that are passive but had been active in the last 24 hours 2011-01-26 23:21:33 +00:00
Tray.java Tray.java: Broke the build on with wrong non UTF-8 encoded file and french umlauts (unmappable character for encoding UTF8) 2011-02-27 15:01:46 +00:00
yacyAccessible.java
yacyBuildProperties.java replaced more appearance of double values by float values 2011-02-02 00:06:29 +00:00
yacyChannel.java changed the default port from 8080 to 8090 2011-01-28 10:54:13 +00:00
yacyClient.java introduction of a new remote search load control: the remote search has taken 10 results per peer with a time-out of 3 seconds so far. The attributes of number of results per peer and time-out time can now be configured. 2011-03-04 13:44:00 +00:00
yacyCore.java continuing the fight against deadlocks during time formatting: better caching. 2011-02-25 21:11:53 +00:00
yacyNetwork.java better concurrency (less locking on date formatting) more logging and minor bug fixes 2011-02-28 06:28:29 +00:00
yacyNewsDB.java continuing the fight against deadlocks during time formatting: better caching. 2011-02-25 21:11:53 +00:00
yacyNewsPool.java *) General private License? ;-) 2011-01-12 00:28:08 +00:00
yacyNewsQueue.java continuing the fight against deadlocks during time formatting: better caching. 2011-02-25 21:11:53 +00:00
yacyPeerActions.java - cora package has now no dependencies to other yacy packages and becomes a 'base' package (refactoring) 2011-01-03 20:52:54 +00:00
yacyRelease.java
yacySearch.java introduction of a new remote search load control: the remote search has taken 10 results per peer with a time-out of 3 seconds so far. The attributes of number of results per peer and time-out time can now be configured. 2011-03-04 13:44:00 +00:00
yacySeed.java - fixed a memory leak in the httpc.post method (no finish) 2011-03-01 09:03:33 +00:00
yacySeedDB.java memory/performance hacks, less synchronization, better concurrency 2011-03-03 11:30:04 +00:00
yacySeedUploader.java extended seed list uploader: do not only upload all active peers but also some more peers that are passive but had been active in the last 24 hours 2011-01-26 23:21:33 +00:00
yacyUpdateLocation.java
yacyVersion.java moved all Double values to Float values because of 2011-02-01 23:49:11 +00:00