I've Fixed the problem! Thanks to those who have contributed solutions. To answer your question, I was using the latest 1.9 beta version of AMFPHP with the PHP class for performance. This was not the problem...
The fix was to move all the code onto a Apache 2.2 server. Originally was was running the code on an apache 1.x instance for backwards compatibility, legacy, PHP thread issue reasons. When I served the same code over Apache 2.2 the problem was resolved (and the performance was a little better - Bonus!) I think that the new apache handles SSL a bit better/faster. Also, just to note, I'm running on Windows 2003, which has been a great platform for us. I've tested it throughly, I've even dumbed my net connection down to 53Kbs using NetLimiter and everything runs fine, so the slow connection is not a factor. Please let me know if you need me to elaborate the fix anymore, but if anybody out there is having connection issues, then this may be the solution. Thanks again. -Todd --- In [email protected], "supertodda" <[EMAIL PROTECTED]> wrote: > > Anybody out there experiencing this issue in flex 3 with AMFPHP? >

