Re: [flexcoders] Detect exeptions - help!!

2009-02-04 Thread John McCormack
Alex,

Can you recommend a particular network monitor?
I would like to catch all the local connection messages - i.e. between a 
Windows exe and Flash swf working on the same PC.

John

Alex Harui wrote:

 It would be unusual for Flex to hang waiting for the server. Use a 
 network monitor to see what’s going on. Is Flex really hung? You can’t 
 hit a button or anything?

 *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] 
 *On Behalf Of *oneworld95
 *Sent:* Tuesday, February 03, 2009 7:25 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] Detect exeptions - help!!

 I've run into a very frustrating situation and need your help:

 - Flex uploads a file to the server
 - The server reads it into a Java BufferedImage object.
 - However, Java sometimes takes 40 seconds or longer to reply
 - In some cases it has difficulty reading the file.

 In the cases of problems, Flex just hangs. It doesn't reply with
 anything. Is it timing out? Any help appreciated.

 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:flexcoders-dig...@yahoogroups.com 
mailto:flexcoders-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
flexcoders-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



[flexcoders] Detect exeptions - help!!

2009-02-03 Thread oneworld95
I've run into a very frustrating situation and need your help:

 - Flex uploads a file to the server
 - The server reads it into a Java BufferedImage object. 
 - However, Java sometimes takes 40 seconds or longer to reply
 - In some cases it has difficulty reading the file. 

In the cases of problems, Flex just hangs. It doesn't reply with
anything. Is it timing out? Any help appreciated. 



RE: [flexcoders] Detect exeptions - help!!

2009-02-03 Thread Alex Harui
It would be unusual for Flex to hang waiting for the server.  Use a network 
monitor to see what's going on.  Is Flex really hung?  You can't hit a button 
or anything?

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of oneworld95
Sent: Tuesday, February 03, 2009 7:25 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Detect exeptions - help!!


I've run into a very frustrating situation and need your help:

- Flex uploads a file to the server
- The server reads it into a Java BufferedImage object.
- However, Java sometimes takes 40 seconds or longer to reply
- In some cases it has difficulty reading the file.

In the cases of problems, Flex just hangs. It doesn't reply with
anything. Is it timing out? Any help appreciated.