| lti-1a8g-LMbKfuCQv7pBDgjK7y7TUQ@public.gmane.o 2006-02-25, 5:47 pm |
| Indeed, my version of FCS is 1.5.2 r138 .
The fact that the setInterval used to "die" after a certain amount of=20
time may not be contradictory to the fact the application inspector=20
"worked" before that, if you consider :
1) the fact that applications might be "garbaged collected" after a=20
certain amount of time once there's no more connections to it (depends=20
on your settings in the configuration files).
2) few people use to stare for hours at application inspector panel=20
(that would explain why this bug was late fixed).
Graeme Bull wrote:
>You should update your Flash Communication Server to version 1.5 r138. =
The
>updaters that fixed the setInterval problem have been out for over a yea=
r
>now I think.. and at the very least, it was a just a fix to make sure th=
e
>setInterval doesn't stop after a certain amount of time.
>
>I personally have only seen the problem where the setInterval just dies
>after a few hours or so. It's never not worked for me on at least the fi=
rst
>hour or so.
>
>Graeme=20
>
>-----Original Message-----
>From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
>[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Chmielewsk=
i
>yarek
>Sent: Sunday, February 26, 2006 12:08 AM
>To: FlashComm Mailing List
>Subject: Re: [FlashComm] SetInterval : bugs ?
>
>I tried your sample and simplified it a little bit:
>what I have in main.ASC
>
>
>application.viewStats =3D function(curr_nc, app_name) {
> trace("#CALLED HERE");
>}
>
>
>application.onAppStart =3D function() {
> trace("# starting App");
> trace("Room's starting");
> application.statsInterval =3D setInterval(application.viewStats, 300=
0,
>application.admin_nc, application.name); ...
>}
>
>I have (in the app inspector )
>
># starting App
>Room's starting
>
>
>and NOTHING else ... I NEVER receive"#CALLED HERE as I should
>
>Have I made something wrong ?
>
>
>
>
>
>----- Original Message -----
>From: <lti-1a8g-LMbKfuCQv7pBDgjK7y7TUQ@public.gmane.org>
>To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
>Sent: Saturday, February 25, 2006 4:22 PM
>Subject: Re: [FlashComm] SetInterval : bugs ?
>
>
> =20
>
CS=20[vbcol=seagreen]
w=20[vbcol=seagreen]
RL"[vbcol=seagreen]
>
> =20
>
ats,=20[vbcol=seagreen]
;[vbcol=seagreen]
=20[vbcol=seagreen]
-=20[vbcol=seagreen]
te +=20[vbcol=seagreen]
=20[vbcol=seagreen]
-=20[vbcol=seagreen]
te +=20[vbcol=seagreen]
te +=20[vbcol=seagreen]
d=20[vbcol=seagreen]
et>[vbcol=seagreen]
=20[vbcol=seagreen]
_=20[vbcol=seagreen]
couvez=20[vbcol=seagreen]
> ________________________________________
________________________________=
___=20
> =20
>
les=20[vbcol=seagreen]
>
>
>=09
>
>=09
> =09
> ________________________________________
________________________________=
___=20
>Nouveau : t=E9l=E9phonez moins cher avec Yahoo! Messenger ! D=E9couvez l=
es tarifs
>exceptionnels pour appeler la France et l'international.
>T=E9l=E9chargez sur http://fr.messenger.yahoo.com
> ________________________________________
_______
>FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>Brought to you by Fig Leaf Software
>Premier Authorized Adobe Consulting and Training
>http://www.figleaf.com
>http://training.figleaf.com
>
> ________________________________________
_______
>FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>Brought to you by Fig Leaf Software
>Premier Authorized Adobe Consulting and Training
>http://www.figleaf.com
>http://training.figleaf.com
> =20
>
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
|