Skip to main content
Participant
December 1, 2006
Question

Is it a bug or is it me?

  • December 1, 2006
  • 1 reply
  • 209 views
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!
    This topic has been closed for replies.

    1 reply

    Ven34Author
    Participant
    December 1, 2006
    More info... I get this message in the sever log

    Fri 02:44:24 PM: (_defaultRoot_, _defaultVHost_) : Max connections allowed exceeds license limit. Rejecting connection to : acceptApp/.
    Fri 02:44:24 PM: Connection rejected by server. Reason : [ License.Limit.Exceeded ] : (_defaultRoot_, _defaultVHost_) : Max connections allowed exceeds license limit. Rejecting connection to : acceptApp/.
    Fri 02:44:24 PM: Connect : rtmp://localhost/acceptApp/

    And right now I only have 7 clients connected to the acceptApp

    It also seems that as long as I keep some clients connected that it does not matter how long I wait I still cannot connect more clients. It still thinks that I have reached my limit.