nieluj / nntp-proxy

simple NNTP proxy with SSL support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep parent connections open

enteriaza opened this issue · comments

When a user connects, a connection is established to the parrent. When the user disconnects, the parent connection is tore down.

Can we keep parent connections open, and "pool" commands to the parent servers? Allow 20 parent connections, 60 (for example) user connections, and pool the commands - giving the user a timeout error should the queued command take too long to make it to the parent server?