|
Home > Archive > Macromedia Flash Server > July 2005 > When do non-persistent SOs get erased?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
When do non-persistent SOs get erased?
|
|
| Michael Kønig 2005-07-20, 7:45 am |
| I have made several FCS projects by now but am still a confused about when a
non-persistnet SO is deleted from the server.
According to my observations, they are definently not cleared the instant
that all users are disconnected - there is some kind og time-lag.I have made
some tests and monitered them over the App Inspector and they seem to hang
around without any real pattern for when they are eventually deleted.
Does anyone else experience this?
/Michael
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Marko Simic 2005-07-20, 7:45 am |
| if you connect also your server application to SO,
when last user disconnect do SO.close()
m
----- Original Message -----
From: "Michael K=F8nig" <denlillekoder-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
To: <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Wednesday, July 20, 2005 11:16 AM
Subject: [FlashComm] When do non-persistent SOs get erased?
> I have made several FCS projects by now but am still a confused about w=
hen
a
> non-persistnet SO is deleted from the server.
>
> According to my observations, they are definently not cleared the insta=
nt
> that all users are disconnected - there is some kind og time-lag.I have
made
> some tests and monitered them over the App Inspector and they seem to h=
ang
> around without any real pattern for when they are eventually deleted.
>
> Does anyone else experience this?
>
> /Michael
>
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.323 / Virus Database: 267.9.2/52 - Release Date: 7/19/2005
>
>
=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Michael Kønig 2005-07-20, 7:45 am |
| I am not quite sure I understand:
I instantiate my SO from my server app and then use getLocal to get a
reference from my swfs.
What I have never understod is how do I know when the last user has
disconected???
/Michael
>From: "Marko Simic" <mail-oXdqSBbAjcOukZHgTAicrQ@public.gmane.org>
>Reply-To: FlashComm Mailing List <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
>To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
>Subject: Re: [FlashComm] When do non-persistent SOs get erased?
>Date: Thu, 21 Jul 2005 13:10:16 +0100
>
>if you connect also your server application to SO,
>when last user disconnect do SO.close()
>
>m
>
>----- Original Message -----
>From: "Michael Kønig" <denlillekoder-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
>To: <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
>Sent: Wednesday, July 20, 2005 11:16 AM
>Subject: [FlashComm] When do non-persistent SOs get erased?
>
>
>when
>a
>instant
>made
>hang
>
>
>=-----------------------------------------------------------
>Supported by Fig Leaf Software - http://www.figleaf.com
>=-----------------------------------------------------------
>
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Marko Simic 2005-07-20, 7:45 am |
| count and store to
so.user++
on connect
and
so.user--
on Disconect
or
use Application.clients.length
....
----- Original Message -----
From: "Michael K=F8nig" <denlillekoder-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
To: <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Wednesday, July 20, 2005 12:28 PM
Subject: Re: [FlashComm] When do non-persistent SOs get erased?
> I am not quite sure I understand:
>
> I instantiate my SO from my server app and then use getLocal to get a
> reference from my swfs.
> What I have never understod is how do I know when the last user has
> disconected???
>
> /Michael
>
ut[vbcol=seagreen]
have[vbcol=seagreen]
to[vbcol=seagreen]
d.[vbcol=seagreen]
7/19/2005[vbcol=seagreen]
>
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.323 / Virus Database: 267.9.2/52 - Release Date: 7/19/2005
>
>
=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|