How to push information from a PHP proxy to a Flex application -


Then I have a PHP proxy that receives information from a website Assume that the proxy (www.example.com) Getting information from it checks whether the number of lines is as before, if there are more lines, then considering the difference, the flex client needs to push this information that it is new information, (x) There are more lines written.

I do not know how to push push mechanism on php proxy because I'm not sure how to actually push the customer to a proxy, never before. Any help?

Normally, you can not initiate a transfer from the server side. You can set a timer in the Flex application that sets fire on every 2-3 seconds and checks for php proxies for updates by using

  • Use Direct Sockets (Straight) to push data - To use sockets, clients need to open some ports which may be blocked by their firewall.

  • Comments

    Popular posts from this blog

    c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

    Calling GetGUIThreadInfo from Outlook VBA -

    Obfuscating Python code? -