Ask your questions on the forums and working groups.
Users guides, tutorials, and technical documentation, are also here for you.
The benefits of membership:
Contribute to open source projects.
Have a better vision of their road maps, their members.
It's a first step to be involved in the life of the association.
Not a member yet?
Signing up is easy and takes less and 3 minutes. Take a moment to create a user and get verified instantly.
Got a Bug here in my App (Flex):
Since I updated from amfphp1.9 to 2.1 I’m running into performance problems with MySQL Queries.
Something like this here, took me about less than two seconds: return mysql_query($sql);
But since amfPHP 2.1 it takes over 6 seconds!!! And the amount or complexity of the informations in the database didn’t changed, yet… it’s just the same as with the queries in 1.9.
I already used ADODB and it takes over 6 seconds, too.
In amfPHP 1.9 it was much easier and faster… could u please give me some tips or advice how to handle this problem?
Any Solutions?
Call in Flex:
remoteObj.remoteMethodName(someObject); // FAILED
This doesn’t function anymore!!!!!! WHY????
Is the 2.1 really an increasement of the previous one (1.9) or is it just a parallel version and not an upgrade???
Cause, before thew update i didn’t have all that issues!!!
Charly
Hey Guys,
Thx for the great Job u did and just do!
Got a Bug here in my App (Flex):
Since I updated from amfphp1.9 to 2.1 I’m running into performance problems with MySQL Queries.
Something like this here, took me about less than two seconds: return mysql_query($sql);
But since amfPHP 2.1 it takes over 6 seconds!!! And the amount or complexity of the informations in the database didn’t changed, yet… it’s just the same as with the queries in 1.9.
I already used ADODB and it takes over 6 seconds, too.
In amfPHP 1.9 it was much easier and faster… could u please give me some tips or advice how to handle this problem?
Any Solutions?
I’d very apreciate your support.
Thx & Best regards,
Charly
Charly
Ok here is another issue i run into:
Call in Flex:
remoteObj.remoteMethodName(someObject); // FAILED
This doesn’t function anymore!!!!!! WHY????
Is the 2.1 really an increasement of the previous one (1.9) or is it just a parallel version and not an upgrade???
Cause, before thew update i didn’t have all that issues!!!
Best regards
This is
Ariel Sommeria-Klein
First, please post in the forums. Second, without any context we can’t help you. But there is a nice page that might help:
http://www.silexlabs.org/amfphp/documentation/troubleshooting-and-debugging-your-project/