Changes between Version 43 and Version 44 of apachesolr
- Timestamp:
- Jun 6, 2011, 3:52:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
apachesolr
v43 v44 13 13 == Reliability == 14 14 15 The ssh connections between the web and the Solr server is supervised by [http://smarden.org/runit/ runit]. If there is a problem ssh will end the connection and runit will restart ssh. Sometimes Solr crashes Tomcat if there are too many requests at once. So we use [http://mmonit.com/monit/ monit] to monitor Solr and restart Tomcat [http://yoodey.com/how-auto-restart-tomcat-6-overload-using-monit-ubuntu-1010-maverick automatically]if it crashed.15 The ssh connections between the web and the Solr server is supervised by [http://smarden.org/runit/ runit]. If there is a problem ssh will end the connection and runit will restart ssh. Sometimes Solr crashes Tomcat if there are too many requests at once. So we use [http://mmonit.com/monit/ monit] to monitor Solr and restart Tomcat automatically if it crashed. 16 16 17 17 == Web site Administrators ==