aboutsummaryrefslogtreecommitdiffstats
path: root/jrt/src/com/yahoo/jrt/Connector.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Factor out generic thread pool to vespajlib.Henning Baldersheim2020-02-251-75/+13
|
* Add sanity checks and avoid codeduplicationi after codereview.Henning Baldersheim2020-02-251-16/+24
|
* Use a global bounded cached tread pool as primary, and a single threaded one ↵Henning Baldersheim2020-02-251-25/+91
| | | | for fallback.
* Adding more threads does not work when the Q is unbound. Use a SynchronousQ ↵Henning Baldersheim2020-02-251-6/+17
| | | | instead.
* Use 64 threads with 1s idle time.Henning Baldersheim2020-02-061-1/+1
|
* Limit number of connector threads to 8 and keep at least 1 on hot standby.Henning Baldersheim2020-02-051-2/+5
|
* simplify connectorHåvard Pettersen2020-02-051-30/+4
|
* Use a cached threadpool for execution of connect. To avoid failing connect ↵Henning Baldersheim2020-02-051-34/+25
| | | | blocking other connects.
* multi-threaded transport for JRTHåvard Pettersen2019-05-131-2/+2
|
* Prefix names of jrt threads with 'jrt'Bjørn Christian Seime2019-01-241-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Yahoo sets up mac wireless networks such that the local hostname points to anJon Bratseth2016-09-291-1/+1
| | | | | | ip which does not resolve. This works around that problem by finding a resolvable address (while still falling back to localhost if we only get ipv6 addresses, as that causes other problems in docker containers).
* PublishJon Bratseth2016-06-151-0/+76