|
Home > Archive > Macromedia Flash Server > April 2005 > SSAS setInterval fixed???
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 |
SSAS setInterval fixed???
|
|
| Gerald (Woody) Chastain 2005-04-07, 5:56 pm |
| R.SleepOver wrote:
"Well actually, Server-Side was an approach, but I had to code my timer
quickly, and quickly saw comments of problem with setInterval on SSAS."
======================
I did find a tech note regarding setInterval on SSAS:
http://www.macromedia.com/cfusion/k...nt=view&id=KC.t
n_19219&extid=tn_19219&dialogID=5282070&iterationID=1&sessionID=9630ecb313f8
c7f3a614&stateID=0%200%205284233&mode=simple
The tech note states that, "There is an issue when using setInterval on the
server side in a multiple VHost environment. We have resolved this issue in
updater 2."
So this issue (whatever it was) with setInterval SSAS, should be fixed in
FCS 1.5.2 r138. I am using SSAS setInterval to provide game clock updates to
clients and no problems, but I haven't released product yet. Does anyone
know of outstanding problems with SSAS setInterval?
TIA,
Woody Chastain
=-----------------------------------------------------------
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
| |
| Tom Bray 2005-04-07, 5:56 pm |
| We've had trouble with setIntervals stopping mysteriously, but we
spent our time working around the problem instead of trying to build a
reproducible test case. I know this doesn't help you much, but I
wanted to share my lack of confidence in SSAS setIntervals. (we of
course have installed updater 2)
On Fri, 25 Mar 2005 11:05:14 -0600, Gerald (Woody) Chastain
<chastain-B3LZGcEYt5ZBDgjK7y7TUQ@public.gmane.org> wrote:
> R.SleepOver wrote:
>
> "Well actually, Server-Side was an approach, but I had to code my timer
> quickly, and quickly saw comments of problem with setInterval on SSAS."
>
> ======================
>
> I did find a tech note regarding setInterval on SSAS:
>
> http://www.macromedia.com/cfusion/k...nt=view&id=KC.t
> n_19219&extid=tn_19219&dialogID=5282070&iterationID=1&sessionID=9630ecb313f8
> c7f3a614&stateID=0%200%205284233&mode=simple
>
> The tech note states that, "There is an issue when using setInterval on the
> server side in a multiple VHost environment. We have resolved this issue in
> updater 2."
>
> So this issue (whatever it was) with setInterval SSAS, should be fixed in
> FCS 1.5.2 r138. I am using SSAS setInterval to provide game clock updates to
> clients and no problems, but I haven't released product yet. Does anyone
> know of outstanding problems with SSAS setInterval?
>
> TIA,
> Woody Chastain
>
> =-----------------------------------------------------------
> 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
| |
| Edward Chan 2005-04-07, 5:56 pm |
| To my knowledge, it is fixed. There were some reports of it not working.
But that may have been due to user error as the timers are all reset when
the app instance is unloaded; reloading the instance does not automatically
re-establish your timers.
Having said that, if there are still problems, and somebody can produce a
simple test case I can use to debug the problem, I'd be more than happy to
look into it.
Ed
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org]
> Sent: Friday, March 25, 2005 9:05 AM
> To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> Subject: [FlashComm] SSAS setInterval fixed???
>
> R.SleepOver wrote:
>
> "Well actually, Server-Side was an approach, but I had to
> code my timer quickly, and quickly saw comments of problem
> with setInterval on SSAS."
>
> ======================
>
> I did find a tech note regarding setInterval on SSAS:
>
> http://www.macromedia.com/cfusion/k.../index.cfm?even
> t=view&id=KC.t
> n_19219&extid=tn_19219&dialogID=5282070&iterationID=1&sessionI
> D=9630ecb313f8
> c7f3a614&stateID=0%200%205284233&mode=simple
>
>
> The tech note states that, "There is an issue when using
> setInterval on the server side in a multiple VHost
> environment. We have resolved this issue in updater 2."
>
> So this issue (whatever it was) with setInterval SSAS, should
> be fixed in FCS 1.5.2 r138. I am using SSAS setInterval to
> provide game clock updates to clients and no problems, but I
> haven't released product yet. Does anyone know of outstanding
> problems with SSAS setInterval?
>
> TIA,
> Woody Chastain
>
>
> =-----------------------------------------------------------
> 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
| |
| Tom Bray 2005-04-07, 5:56 pm |
| We're seeing the problem without a reload of the app instance. I wish
I could give you a simple test case, but our apps are complex, the bug
is elusive, and we've been able to work around it by making sure the
intervals still exist when certain things happen (onConnects, etc.),
so we've moved on to more pressing matters.
On Fri, 25 Mar 2005 12:38:40 -0800, Edward Chan <echan-14osZcCZf762oZ/6fjIToQ@public.gmane.org> wrote:
> To my knowledge, it is fixed. There were some reports of it not working.
> But that may have been due to user error as the timers are all reset when
> the app instance is unloaded; reloading the instance does not automatically
> re-establish your timers.
>
> Having said that, if there are still problems, and somebody can produce a
> simple test case I can use to debug the problem, I'd be more than happy to
> look into it.
>
> Ed
>
>
> =-----------------------------------------------------------
> 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
|
|
|
|
|