What sort of endpoint are you connecting to? Are you sure there are two of the exact same requests and not a ping-command message followed by a remoting message? If you're using RemoteObject note that all Channels first send a CommandMessage to check that they can successfully communicate with the endpoint. On receiving the AcknowledgeMessage they are considered "connected" and will then finally send the original RemotingMessage. If it's not that, then what is the mechanism by which requests are initiated? Have you set anything custom for the concurrency attribute?
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Schneider Sent: Thursday, April 05, 2007 3:00 PM To: [email protected] Subject: [flexcoders] Multiple requests from Safari We have a Safari user that when a button is pressed, two of the same requests going to the server. Has anyone seen this or know how/why this could be happening? Flex 2.0 Remote Object calls/AMF JBoss/Tomcat server OS: OS X 10.4.9 Safari: 2.0.4 (419.3) Flash: Latest Touch pad Another twist is that it seemed to happen when going to our test server over http, but didn't happen when going to a production server over https. Thoughts?

