Skip to content

Extasys - NT 1.0.3 (JDK 8)

Compare
Choose a tag to compare
@nsiatras nsiatras released this 10 Mar 13:00
· 53 commits to master since this release
  • Extasys Thread Pool changed from ArrayBlockingQueue to LinkedBlockingQueue
    LinkedBlockingQueue seems to be much more faster

  • On-the-Fly encryption now is been done by Thread Pool workers
    This change increases performance and maintains the non-blocking architecture

  • NetworkPacket's Cancel method changes
    The "Cancel" method of the NetworkPacket class now calls the "Cancel" method of the previous NetworkPacket in the Queue.
    With this change the NetworkPackets can be canceled instantly after a connection drops without stessing the ThreadPool worker threads.