Macromedia Flash Server - Why does my app keep crashing?

This is Interesting: Free IT Magazines  
Home > Archive > Macromedia Flash Server > July 2005 > Why does my app keep crashing?





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 Why does my app keep crashing?
Harper, Chris

2005-07-16, 5:45 pm

Okay, I'm having a hell of a time with my chat app :-)

=20

Has anybody ever had a chat app or something that ran fine for 30 mins
to an hour and then the whole Flash Comm. Service would just crash?
Does anybody know like the top 10 reasons why Flash Comm would crash? =20

=20

I'm convinced it might be a configuration problem on the server as I've
rewritten the backend ASC files 3 times over. I should also mention
that this app is designed around the whole edge/origin scheme suggested
by macromedia as a type of load balancing for two apps We have an
existing chat app that runs fine that doesn't use internal
netconnections or proxy shared objects and it runs fine. Slow, because
each client has to make numerous connections to the server, but it still
works :-)

=20

=20

=20

Chris


=-----------------------------------------------------------
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

Frédéric v. Bochmann

2005-07-16, 5:45 pm

Hey,

One error of inattention is:

delete application;

Or

delete this; // if you are in the wrong scope.


This should crash your whole service.

Fredz./


-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper, Chris
Sent: July 16, 2005 3:09 PM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] Why does my app keep crashing?

Okay, I'm having a hell of a time with my chat app :-)



Has anybody ever had a chat app or something that ran fine for 30 mins
to an hour and then the whole Flash Comm. Service would just crash?
Does anybody know like the top 10 reasons why Flash Comm would crash?



I'm convinced it might be a configuration problem on the server as I've
rewritten the backend ASC files 3 times over. I should also mention
that this app is designed around the whole edge/origin scheme suggested
by macromedia as a type of load balancing for two apps We have an
existing chat app that runs fine that doesn't use internal
netconnections or proxy shared objects and it runs fine. Slow, because
each client has to make numerous connections to the server, but it still
works :-)







Chris


=---------------------------------------------------------
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

Harper, Chris

2005-07-16, 5:45 pm

Would something like this in the application.onDisconnect cause a =
problem?

delete localUserArray["user_" + client.id];

Chris

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org =
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of =
Fr=E9d=E9ric v. Bochmann
Sent: Saturday, July 16, 2005 2:24 PM
To: 'FlashComm Mailing List'
Subject: RE: [FlashComm] Why does my app keep crashing?

Hey,=20

One error of inattention is:

delete application;

Or=20

delete this; // if you are in the wrong scope.


This should crash your whole service.

Fredz./


-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper, =
Chris
Sent: July 16, 2005 3:09 PM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] Why does my app keep crashing?

Okay, I'm having a hell of a time with my chat app :-)

=20

Has anybody ever had a chat app or something that ran fine for 30 mins
to an hour and then the whole Flash Comm. Service would just crash?
Does anybody know like the top 10 reasons why Flash Comm would crash? =20

=20

I'm convinced it might be a configuration problem on the server as I've
rewritten the backend ASC files 3 times over. I should also mention
that this app is designed around the whole edge/origin scheme suggested
by macromedia as a type of load balancing for two apps We have an
existing chat app that runs fine that doesn't use internal
netconnections or proxy shared objects and it runs fine. Slow, because
each client has to make numerous connections to the server, but it still
works :-)

=20

=20

=20

Chris


=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


=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

=-----------------------------------------------------------
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

Frédéric v. Bochmann

2005-07-16, 5:45 pm

It shouldn't, have you tried without it and have it work better?


-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper, =
Chris
Sent: July 16, 2005 5:47 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Why does my app keep crashing?

Would something like this in the application.onDisconnect cause a =
problem?

delete localUserArray["user_" + client.id];

Chris

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of =
Fr=E9d=E9ric v.
Bochmann
Sent: Saturday, July 16, 2005 2:24 PM
To: 'FlashComm Mailing List'
Subject: RE: [FlashComm] Why does my app keep crashing?

Hey,=20

One error of inattention is:

delete application;

Or=20

delete this; // if you are in the wrong scope.


This should crash your whole service.

Fredz./


-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper, =
Chris
Sent: July 16, 2005 3:09 PM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] Why does my app keep crashing?

Okay, I'm having a hell of a time with my chat app :-)

=20

Has anybody ever had a chat app or something that ran fine for 30 mins
to an hour and then the whole Flash Comm. Service would just crash?
Does anybody know like the top 10 reasons why Flash Comm would crash? =20

=20

I'm convinced it might be a configuration problem on the server as I've
rewritten the backend ASC files 3 times over. I should also mention
that this app is designed around the whole edge/origin scheme suggested
by macromedia as a type of load balancing for two apps We have an
existing chat app that runs fine that doesn't use internal
netconnections or proxy shared objects and it runs fine. Slow, because
each client has to make numerous connections to the server, but it still
works :-)

=20

=20

=20

Chris


=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


=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

=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


=-----------------------------------------------------------
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

Naicu Octavian

2005-07-17, 7:45 am

I have similar problem too with one of the apps I am currently working o=
n.
=20
The server keeps crashing with no apparent reason. After some research I'=
ve found out that it was crashing whenever the server looked for idle app=
lication instances, and the time between these 'looks' is set from the Se=
rver.xml configuration file. So try and modifiy the value of ApplicationG=
C in Server.xml to 24h (1440 minutes) and see if you get any luck. Now I =
have a crash every 24h . It's just a small turnaround it is not the so=
lution.

<fredericbochmann-rieW9WUcm8FFJ04o6PK0Fg@public.gmane.org> wrote:
It shouldn't, have you tried without it and have it work better?


-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper, Chr=
is
Sent: July 16, 2005 5:47 PM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Why does my app keep crashing?

Would something like this in the application.onDisconnect cause a problem=
?

delete localUserArray["user_" + client.id];

Chris

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Fr=E9d=E9ri=
c v.
Bochmann
Sent: Saturday, July 16, 2005 2:24 PM
To: 'FlashComm Mailing List'
Subject: RE: [FlashComm] Why does my app keep crashing?

Hey,=20

One error of inattention is:

delete application;

Or=20

delete this; // if you are in the wrong scope.


This should crash your whole service.

Fredz./


-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Harper, Chr=
is
Sent: July 16, 2005 3:09 PM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] Why does my app keep crashing?

Okay, I'm having a hell of a time with my chat app :-)



Has anybody ever had a chat app or something that ran fine for 30 mins
to an hour and then the whole Flash Comm. Service would just crash?
Does anybody know like the top 10 reasons why Flash Comm would crash?=20



I'm convinced it might be a configuration problem on the server as I've
rewritten the backend ASC files 3 times over. I should also mention
that this app is designed around the whole edge/origin scheme suggested
by macromedia as a type of load balancing for two apps We have an
existing chat app that runs fine that doesn't use internal
netconnections or proxy shared objects and it runs fine. Slow, because
each client has to make numerous connections to the server, but it still
works :-)







Chris


=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


=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

=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


=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

=09
---------------------------------
Start your day with Yahoo! - make it your home page=20

=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

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com