Hi Adam,
Steven recently fixed a problem with ghost connections not being
removed automatically. Perhaps this problem that you are experiencing
is related. See this thread for more info on it:
http://osflash.org/pipermail/red5devs_osflash.org/2006-November/002566.html
Could you try your test with r1582 or later? You will more than likely
have to build it from the source code in the trunk.
Thanks very much for reporting the bug.
-Chris
On 12/6/06, Adam <[EMAIL PROTECTED]> wrote:
>
>
> Ups,
> forgot again!
> iam using 0.6rc1 Revision 1579 on Windows XP
>
>
>
> >On 12/6/06, Steven <[EMAIL PROTECTED]> wrote:
> >Which version?
> >On 12/6/06, Adam <[EMAIL PROTECTED]> wrote:
> >>
> >> Hi list,
> >>
> >> i tried to check my application with respect to it's stability. So i
> >> ran a few times the following code(every 10 sec connecting or
> >> disconnecting) on each of 3 machines in my LAN.
> >> setInterval(reconnect,10000);
> >> function reconnect() {
> >> connToggle=!connToggle;
> >> if (connToggle) {
> >> trace ("disconnect");
> >> my_ns.close();
> >> my_nc.close();
> >> } else {
> >> trace ("connect");
> >> my_nc.connect("rtmp://localhost/fitcDemo", roomName,
> checkId,
> >> loginName,
> >> broadcaster);
> >> remote_so.connect(my_nc);
> >> my_ns = new NetStream(my_nc);
> >> vid_stream.attachVideo(my_ns);
> >> my_ns.play(roomName);
> >> }
> >> }
> >> After a while (sometimes after tens of minutes, another time a few hours)
> >> the server gets halted.
> >> Even my timer that's frequently executed to kill this ghost connection
> >> isn't executed anymore.
> >> Its a complete halt. No logs, nothing.
> >> The only thing that's working is that the client receives the
> >> netconnection close event on disconnecting. Apart from this Nothing!!
> >> I noticed this with my and the sample applications.
> >> After restarting the server it works again. But after every halt and
> >> restart of the system this halt happens earlier. At the end of my tests
> (2
> >> days) this halt happened a few minutes after restarting and connecting to
> >> red5.
> >>
> >> Is this known. Is there a solution, workaround?
> >>
> >> please reply
> >>
> >> greets
> >> -Adam-
> >>
> >> _______________________________________________
> >> Red5 mailing list
> >> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
> >>
> >>
> >>
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org