tags:

views:

241

answers:

1

Sometimes (too often...) some webservices "hang". I can see the clock cursor in my app and the network monitor of FB2 shows the webservice as "pending". After waiting a long time, the status changes to "OK" and the clock cursor disappears. How can I find out why a webservice takes sometimes minutes while it usually takes not even a second?

My webservices run on my localhost during development using the Zend AMF Server.

A: 

Hi Thomas,

Did you ever find a cause for these hangs? I'm running into the exact same problem.

Initially i was using the flex 4 beta and blamed the fact it was still in beta, but I still have this with the released flex 4 sdk.

Thanks Skip

Skip
Sincerely, I haven't found out the reason for the hangs nor how to stop them. Perhaps it's a Bug in the Zend Framework: http://framework.zend.com/issues/browse/ZF-7493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
Thomas