UbitUmarov
|
713c222ec8
remove some redundancy
|
4 years ago |
UbitUmarov
|
bf218f2cef
make httpserver HandleXmlRpcRequests public
|
4 years ago |
UbitUmarov
|
f70f0b5ffd
cosmetics
|
4 years ago |
UbitUmarov
|
ac7187eada
avoid a null ref, plus some cleanup
|
4 years ago |
UbitUmarov
|
0b0b5111df
simplify PollServiceRequestManager, now that low level does serielaze requests
|
4 years ago |
UbitUmarov
|
817c2b3bb9
httpserver send is now async
|
4 years ago |
UbitUmarov
|
1b8999b130
try to work around robust shutdown/quit blocking on mono
|
5 years ago |
Robert Adams
|
bd1b992aaf
Add Thread.ResetAbort() to various thread loops to clean up errors on
|
5 years ago |
UbitUmarov
|
5b5e53aa1d
we should only have one http poll service manager per instance
|
6 years ago |
UbitUmarov
|
1ea5116f00
forgot about lsl secure urls service.. so lets try another way for now (mantis 8382)
|
6 years ago |
UbitUmarov
|
c87585ad96
simplify http bycontext key
|
6 years ago |
UbitUmarov
|
73b587989c
give BlockingCollection more chances
|
6 years ago |
UbitUmarov
|
855dcda9c3
give BlockingCollection another chance
|
6 years ago |
UbitUmarov
|
ccdaebaed6
give concurrentqueue another chance
|
6 years ago |
UbitUmarov
|
5842d5f7b0
revert. The .net concurrent objects look nice, but mono5 cpu load with them does not
|
7 years ago |
UbitUmarov
|
73aa752034
replace some locked objects by .net4.0 concurrent objects
|
7 years ago |
UbitUmarov
|
7d58b73bbc
some changes on pollevent
|
7 years ago |
UbitUmarov
|
55babdc160
Merge branch 'master' into httptests
|
7 years ago |
UbitUmarov
|
90da5280af
put back soft http close
|
7 years ago |
UbitUmarov
|
2777995331
Merge branch 'master' into httptests
|
7 years ago |
UbitUmarov
|
b6c23fe911
make a few more threads background ones
|
7 years ago |
UbitUmarov
|
c0bfaac0ac
merge master
|
7 years ago |
UbitUmarov
|
928733efc9
please DIE! PLEASE??
|
7 years ago |
UbitUmarov
|
fcb435deb4
make sure we drop requests if DoHTTPGruntWork fails
|
7 years ago |
UbitUmarov
|
0320225ca8
reenqueue poll events while conn is open, and not expired
|
7 years ago |
UbitUmarov
|
e520dba717
Merge branch 'master' into httptests
|
7 years ago |
UbitUmarov
|
a2c2456076
remove LongPoll type and queues. Events should now have reduced latency also. About previus commit, it maybe a modified ingen-e3s-v1.33 script that is broken, and not the original version, can't tell
|
7 years ago |
UbitUmarov
|
254b26a7d5
fix merge
|
7 years ago |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 years ago |
UbitUmarov
|
442b272228
add a Drop method to PollService Event handlers, Drop requests on connections known to be lost or delay event check if they are sending a response
|
8 years ago |