rhapsody48
03-08-2009, 10:45 AM
I used amfphp to connect Mysql and return the data in flex. Everything ok, but an error occur when I try to return a 100,000 records from Mysql:
[FaultEvent fault=[RPC Fault faultString="Channel disconnected"
faultCode="Client.Error.DeliveryInDoubt"
faultDetail="Channel disconnected before an acknowledgement was received"]
messageId="70D7234A-3659-AB01-F5B2-E3E81286F00D"
type="fault" bubbles=false cancelable=true eventPhase=2
But when I added "LIMIT 0,30000" in the Mysql_query statement and its work fine again.
How do I can solve this problem?
[FaultEvent fault=[RPC Fault faultString="Channel disconnected"
faultCode="Client.Error.DeliveryInDoubt"
faultDetail="Channel disconnected before an acknowledgement was received"]
messageId="70D7234A-3659-AB01-F5B2-E3E81286F00D"
type="fault" bubbles=false cancelable=true eventPhase=2
But when I added "LIMIT 0,30000" in the Mysql_query statement and its work fine again.
How do I can solve this problem?