New setting setting: pz:max_connections
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 27 Apr 2010 12:50:44 +0000 (14:50 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 27 Apr 2010 12:54:35 +0000 (14:54 +0200)
commitce617dd90a2dc6632e7475ab73a887e0fb472c5c
treeb0e5211dac2bd85f1deb5328389d3f41c990e17d
parent566c07f3d9a4b541493a47d1e28bac4fc146ec6c
New setting setting: pz:max_connections

Setting pz:max_connections is a limit of number of sockets to a host.
When this limit is reached, Pazpar2 will wait up to 5 seconds for a
connection to becomes available. The client will be marked Client_Error
when it can not be searched (other clients in a session may work).
If pz:max_connections is not set for a target, a value of 30 will be
used.
src/client.h
src/connection.c
src/database.c
src/host.h
src/session.c
src/settings.c
src/settings.h