Modified WebServer to clean up the threading of socket communications: Made all communications via a socket (in or out) and via a linked pair of sockets (in or out of either when forwarding requests and responses to a remote server) single threaded; Attempted to clean up the way the socket listener flags are set.
Cleaned up ignored resources in the Brainstorm WebServer project by removing them from the repository.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -25,3 +25,5 @@ build/
|
||||
archives/
|
||||
/*/controls/
|
||||
.metadata/
|
||||
Foundation TCV SWT Client Application/proxies/
|
||||
Foundation Web Server/proxies/
|
||||
|
||||
Reference in New Issue
Block a user