Page MenuHomePhorge

Create workers before SSL setup on implicit_tls listeners
Closed, ResolvedPublic

Description

Currently guam sets up the entire ssl connection before moving on to add a new accept handler. Instead, it should pick up the socket connection, refill the accept pool, and then move on with the ssl handshake/setup. This will hep prevent accept pool starvation with implicit_tls listeners.

Details

Ticket Type
Task