Question
Is it a bug or is it me?
I am doing some tests on rejecting connections. I have
written the simplest test possible. I have two applications one
that always accepts the connection ("acceptApp") and one that
always rejects the connection ("rejectApp"). I am running the
developer version 2.0.3 r68 so I have a max of 10 connections. If I
run 5 clients that try to connect to the "rejectApp" - they all get
rejected and the admin tool shows 0 clients connected to that app.
Then I run clients that connect to the "acceptApp" - they should
all get accepted up to 10 clients. However only 5 will connect. The
rest are auto rejected by the server before the code in the
main.asc even runs. Is this a bug or is it me? The only thing that
works is if I restart the server or if I wait in excess of 30 min -
I havent timed it yet. Any suggestions? Thanks!
