1. 25 4月, 2017 1 次提交
  2. 24 4月, 2017 6 次提交
  3. 22 4月, 2017 1 次提交
  4. 21 4月, 2017 5 次提交
  5. 20 4月, 2017 13 次提交
  6. 19 4月, 2017 4 次提交
  7. 18 4月, 2017 3 次提交
    • Shane Bryldt's avatar
      FS-10167: Adjusted modules to utilize an isolated pool with auto cleanup per… · 2e02f3b4
      Shane Bryldt 提交于
      FS-10167: Adjusted modules to utilize an isolated pool with auto cleanup per module, which also contains the implementation specific module data. Also changed the thread model of the listener for the wss module to utilize the thread pool, alleviating ownership issues during cleanup.
      2e02f3b4
    • Shane Bryldt's avatar
      FS-10167: Small fix, made state volatile in session and connection to prevent… · 21f56350
      Shane Bryldt 提交于
      FS-10167: Small fix, made state volatile in session and connection to prevent odd behaviour by the GCC compiler under linux
      21f56350
    • Shane Bryldt's avatar
      FS-10167: Switched connection lifecycle to an isolated pool similar to sessions,… · 2c996b59
      Shane Bryldt 提交于
      FS-10167: Switched connection lifecycle to an isolated pool similar to sessions, also refactored the inner WSS transport implementation to be part of the same pool so it is cleaned up with the connection. Switched the connection state machine thread to also utilize thread pool to avoid direct ownership over the thread, similar to session but without the use of a signaled condition due to abstraction of transports which may need to deal with polling for socket events such as with WSS transport. Completely removed the temporary worker thread in the main handle that was for connection/session cleanup.
      2c996b59
  8. 17 4月, 2017 5 次提交
  9. 15 4月, 2017 1 次提交
  10. 14 4月, 2017 1 次提交