wcrisman
|
b48e81bfe0
|
Added exception handling in the main loop for the web server to avoid the main loop thread getting killed off due to an unexpected/unhandled exception.
Moved code for JSON handling and metadata/metadata container into the Common project from the Foundation project.
|
2014-09-16 14:01:31 -07:00 |
|
wcrisman
|
fa572dae03
|
Modified ThreadService & Scheduler to allow the web server to pass a delegate service such that all webapps will use one service for each function (reduction in threading and debug complexity).
|
2014-08-30 15:43:30 -07:00 |
|
wcrisman
|
12d99f8b4d
|
Removed dead code.
Change to WebServer's listener code to ensure that there is always a thread listening (we somehow ended up with no thread listening in some cases).
|
2014-07-30 23:21:05 -07:00 |
|
wcrisman
|
3cf6011121
|
Fixed bug in stopping the ThreadCreator when shutting down the ThreadService.
|
2014-07-17 14:28:08 -07:00 |
|
wcrisman
|
499a70091b
|
A hail mary to fix the deadlocking of request/responses in https over the internet (slow connections). Not sure if this will work at all.
Tried to fix the null target exception (very strange since it should be possible) in the ThreadService.
|
2014-07-17 12:19:22 -07:00 |
|
wcrisman
|
c06e555510
|
Added warnings to Monitor regarding unlocking with a thread that did not perform the locking; Added extra debug output for this occurrence.
|
2014-07-12 21:33:45 -07:00 |
|
wcrisman
|
0081ad43b9
|
Fixed bugs introduced into Monitor when adding debug info and simplifying.
|
2014-07-11 17:13:25 -07:00 |
|
wcrisman
|
985228d213
|
More changes to Monitor to attempt to catch a bug.
|
2014-07-11 16:17:49 -07:00 |
|
wcrisman
|
b11dc14fb3
|
More changes to Monitor to attempt to catch a bug.
|
2014-07-11 15:51:51 -07:00 |
|
wcrisman
|
54b2f9b5ad
|
Minor changes to Monitor to attempt to find a bug.
|
2014-07-11 15:29:08 -07:00 |
|
wcrisman
|
b45e56b890
|
Initial commit from SVN.
|
2014-05-30 10:31:51 -07:00 |
|