[Red5] Shared object seems out of sync REALLY NEED a HINT

Tyler Kocheran rfkrocktk at gmail.com
Tue Aug 26 09:21:29 PDT 2008


Carl,
We've already posted bugs on these ones: http://jira.red5.org/browse/CS-5,
http://jira.red5.org/browse/APPSERVER-226,
http://jira.red5.org/browse/APPSERVER-254,
http://jira.red5.org/browse/APPSERVER-227

The bugs have been reported already, but we're not getting any feedback from
the team on their status. I guess we're hoping these issues get fixed in the
0.7.1 release. I'm going to open up a bug report on JIRA detailing all
SharedObject problems when I get some free time, because I've found a lot of
them :)

 - TK

On Tue, Aug 26, 2008 at 9:06 AM, Carl Sziebert <carlsz at gmail.com> wrote:

> Gents:
>
> I would suggest that you put together a small example illustrating the
> issues you are seeing.  Then open a Jira ticket and attach your example code
> to it so that the Red5 developers can easily reproduce your issue.  Simply
> complaining about it isn't enough to get it fixed, I'm afraid.
>
> Just my $0.02.
> Carl
>
>
> On Mon, Aug 25, 2008 at 9:06 PM, Tyler Kocheran <rfkrocktk at gmail.com>wrote:
>
>> Yeah, we really need some help from the team on this one. I've had nothing
>> but problems with SharedObjects in Red5.
>>
>> On Wed, Aug 20, 2008 at 7:37 AM, j d <rr404 at hotmail.fr> wrote:
>>
>>>
>>> Hey,
>>>
>>> i dont get it; my SO gets out of sync once it has been filled and then
>>> emptied ...
>>>
>>> on red5 server :
>>>
>>> for example  so.setAttribute("atOne","this or that");
>>>                  so.setAttribute("atTwo","this or that");
>>>
>>> so.removeAttribute("atTwo","this or that");
>>> and later
>>> so.removeAttribute("atOne","this or that");
>>>
>>>
>>> from now, when a client tries to get it, it seem that when a client does
>>> a mySO = SharedObject.getRemote("soNAme","connUrl",true) //it s a persistent
>>> one
>>>
>>> it does not get it properly:  on sync the so is not filled with anything
>>> and chaged data is empty, i have to re get it a few seconds later (5 to 10)
>>> to get the so properly
>>>
>>> any idea would help
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------
>>>
>>> From: rr404 at hotmail.fr
>>> To: red5 at osflash.org
>>> Date: Wed, 20 Aug 2008 09:48:11 +0200
>>> Subject: [Red5] Shared object seems out of sync
>>>
>>> Hi,
>>>
>>> I have a little problem with the shared objects, i read the other post
>>> about it and it does not contain my problem.
>>>
>>> I create a shared object on the server at appStart. (i made it
>>> persistent, i guessed that was needed if i wanted it to still be there even
>>> after all client disconect)
>>>
>>> my clients can successfully get the SO and receive the sync event and all
>>> BUT if all all client disconnect, then, the next client to connect will not
>>> have the SO. (the server still has the reference and it's still filled
>>> properly)
>>>
>>> so i try to reconnect that client and i realized that i have the SO now
>>> but the version of the SO i should have got on previous connection.
>>>
>>> to summarise :
>>>
>>> SERVER start :
>>>
>>> mySO created.
>>>
>>>
>>> CLiENT TOTO connects and get so
>>>
>>> mySO is filled by server with name TOTO
>>> toto reads mySO after sync and he sees TOTO
>>>
>>> CLiENT TITI connects and get so
>>>
>>> mySO is filled by server with name TITI
>>> toto reads mySO after sync and he sees TOTO and TITI
>>>
>>> [ !! if one of those diconect and then reconnect, it will work fine ]
>>> BUT if both are at one point disconected (meaning no client are connected
>>> ANYMORE, THIS HAPPENS :
>>>
>>>
>>> CLiENT TOTO connects again and get so
>>>
>>> mySO is filled by server with name TOTO
>>> toto reads mySO after sync and he sees nothing
>>> HE DISCONNECTS
>>>
>>>
>>> CLiENT TITI connects and get so
>>>
>>> mySO is filled by server with name TITI
>>> toto reads mySO after sync and he sees TOTO (previous version of the so)
>>>
>>>
>>> anyone has any idea why ?
>>>
>>> is the persistent SO the problem ?
>>>
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------
>>>
>>> Tous vos amis discutent sur Messenger, et vous ? Téléchargez Messenger,
>>> c'est gratuit ! <http://www.windowslive.fr/messenger/>
>>>
>>> ------------------------------
>>> Avec Windows Live Messenger restez en contact avec tous vos amis ! Téléchargez
>>> Messenger, c'est gratuit ! <http://www.windowslive.fr/messenger/>
>>>
>>> _______________________________________________
>>> Red5 mailing list
>>> Red5 at osflash.org
>>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>>
>>>
>>
>>
>> --
>> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>> And do this, knowing the time, that now it is high time to awake out of
>> sleep;
>> for now our salvation is nearer than when we first believed.
>>
>> _______________________________________________
>> Red5 mailing list
>> Red5 at osflash.org
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>


-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
And do this, knowing the time, that now it is high time to awake out of
sleep;
for now our salvation is nearer than when we first believed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20080826/19a03f1d/attachment-0001.html 


More information about the Red5 mailing list