Con Kolivas
|
ba4757b721
|
Merge branch 'master' into multiproxy
Conflicts:
src/ckpool.c
|
10 years ago |
Con Kolivas
|
75f8a93d49
|
Check for zero ret in read_socket_line
|
10 years ago |
Con Kolivas
|
4bc776f99b
|
Use non-blocking reads in read_socket_line, waiting up to the full timeout
|
10 years ago |
Con Kolivas
|
85a08ce3ab
|
Increase precision of wait read/write select to accept floats
|
10 years ago |
Con Kolivas
|
5364b78659
|
Merge branch 'master' of bitbucket.org:ckolivas/ckpool
|
10 years ago |
Con Kolivas
|
b197ba2ff9
|
Maintain a reference to which message we're currently sending to a client to prevent sending interleaved messages should they block
|
10 years ago |
Con Kolivas
|
dcf55ff1fb
|
Maintain a reference to which message we're currently sending to a client to prevent sending interleaved messages should they block
|
10 years ago |
Con Kolivas
|
2c1944534b
|
Unconditionally drop all clients bound to a proxy should we update its subscribe
|
10 years ago |
Con Kolivas
|
b21cc7176d
|
Check for proxy sending being set as well
|
10 years ago |
Con Kolivas
|
ef67643d5e
|
Reference the actual message we're blocking on in the generator to a proxy and continue only that one
|
10 years ago |
Con Kolivas
|
e2f08fe36b
|
Prevent sending parts of different messages to upstream proxies
|
10 years ago |
Con Kolivas
|
2242d44b30
|
Check for no ret after send in generator
|
10 years ago |
Con Kolivas
|
6194af292f
|
Send queued json messages in proxy mode non-blocking
|
10 years ago |
Con Kolivas
|
f359b57119
|
Close umsg sockd on clearing unix message in generator
|
10 years ago |
Con Kolivas
|
3fb8ff91d6
|
Continue waiting in read_socket_line if we have no more to read but have not used up the full timeout
|
10 years ago |
Con Kolivas
|
9bcacd0131
|
Increase precision of wait read/write select to accept floats
|
10 years ago |
kanoi
|
19e2a1b47b
|
php - remove css/js from page.php and put in inc.php
|
10 years ago |
kanoi
|
ceac081a17
|
Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool
|
10 years ago |
kanoi
|
2d0db60443
|
ckdb - check queue seq after reload completes
|
10 years ago |
Con Kolivas
|
d8a5228513
|
Demote flagged message
|
10 years ago |
Con Kolivas
|
0383888d5e
|
Demote non existent proxy message to info
|
10 years ago |
Con Kolivas
|
7e2280ff2d
|
Check for eom more carefully in read_socket_line
|
10 years ago |
Con Kolivas
|
cb640b6ab2
|
Check for epoll hangups fully
|
10 years ago |
Con Kolivas
|
25840cfec9
|
Demote client flag message to info level
|
10 years ago |
Con Kolivas
|
d59c8c1b41
|
Demote proxy logging to info level
|
10 years ago |
Con Kolivas
|
11023ecfec
|
Use non blocking reads in read_socket_line
|
10 years ago |
Con Kolivas
|
4e5ccb6e13
|
check for clients that really need to reconnect and do them asap
|
10 years ago |
Con Kolivas
|
182e1b2d8d
|
Move to a completely pull based mechanism for reconnecting clients once there are enough upstream connections instead of forcing reconnects when there may not be enough
|
10 years ago |
Con Kolivas
|
e62e26fd01
|
Merge branch 'master' into multiproxy
Conflicts:
src/connector.c
src/stratifier.c
|
10 years ago |
Con Kolivas
|
dcfcae1779
|
Add errno details to write based close
|
10 years ago |
Con Kolivas
|
b73f44f00c
|
Tidy up and demote oversize message, adding client id
|
10 years ago |
Con Kolivas
|
5365f1a420
|
Increase listen backlog to 8k
|
10 years ago |
Con Kolivas
|
882bd693dd
|
Display connector stats every ~60s in passthrough mode
|
10 years ago |
Con Kolivas
|
146d164053
|
Put dropped at the start of the stratifier messages for easier parsing
|
10 years ago |
Con Kolivas
|
806d1c76a2
|
Do not create a stratifier statsupdate thread in passthrough mode since the stats always read zero
|
10 years ago |
Con Kolivas
|
68e44be3ce
|
Check for oversized client message before doing any reads to avoid possibility of exactly the wrong size buffer to ever invalidate the client, adding more info to a downgraded message
|
10 years ago |
Con Kolivas
|
8447e3ff55
|
Microoptimise
|
10 years ago |
Con Kolivas
|
27d68200ec
|
Add better stats about queued sends consisten with the list changes
|
10 years ago |
Con Kolivas
|
ed44843e37
|
Append all new sender_ends in csender instead of only the first
|
10 years ago |
Con Kolivas
|
f835697165
|
Microoptimisation
|
10 years ago |
Con Kolivas
|
7c62450297
|
Increase listen backlog to speed up reconnects up to the system config limits
|
10 years ago |
Con Kolivas
|
83b23d864f
|
Remove decrease of listen backlog which is of questionable utility
|
10 years ago |
Con Kolivas
|
f580a82a06
|
Drop the subclients of passthroughs that no longer exist
|
10 years ago |
Con Kolivas
|
883d870060
|
Use the simpler read/write calls and make all client sockets non-blocking
|
10 years ago |
Con Kolivas
|
3919d18260
|
Rework write path to have no potentially blocking calls and be able to send partial messages
|
10 years ago |
Con Kolivas
|
1efe7120c4
|
Use ref_client_by_id in send_client instead of open coding it
|
10 years ago |
Con Kolivas
|
ec39117a1c
|
Don't return client if it is invalid in ref_client_by_id in the connector
|
10 years ago |
Con Kolivas
|
0395dd052f
|
Use the client reference count in the connector to protect the client fd, closing it only once there are no more references to it
|
10 years ago |
Con Kolivas
|
9375362044
|
Revert "Use a unique event structure for each client added to the epoll list"
This reverts commit 8f1336986f .
Unnecessary.
|
10 years ago |
Con Kolivas
|
8f1336986f
|
Use a unique event structure for each client added to the epoll list
|
10 years ago |