2 seconds??? Is that really how long an average PHP method call is? We don't use PHP here but we aim for all method calls total being under 200ms and average a bit lower. 2 seconds for a remoting call seems extremely slow.
Sam ------------------------------------------- We're Hiring! Seeking a passionate developer to join our team building Flex based products. Position is in the Washington D.C. metro area. If interested contact [EMAIL PROTECTED] ________________________________ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Piller Sent: Tuesday, April 10, 2007 3:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebORB or AMFPHP for big Application Hi Guillermo, Are you talking about the release of AMFPHP that introduced native (C) AMF serialization? If that's the case, then obviously the implementation would be faster. However, in a real-world scenario does it really matter if the serialization time is 50ms vs. 200ms when the actual method invocation takes 2 seconds? :) Additionally, I heard people saying it is quite hard to find a hosting provider willing to deploy a custom native PHP module (which is what C serializer for AMFPHP is). Cheers, Mark