Hi,

I am developing a Flex application with PHP as a server side
technology. I am using HTTPService to send and receive data to and fom
PHP. When I want to receive a result, I send request to a particular
PHP URL and handle the result in the Resut Event of the HTTP Service,
which is in th form of an XML. The problem is, if more than 1 user
tries to perform same operation simultaneously, then result is being
send to same PHP url. But each user might have requested the URL in
different manner. So how can i check that the result sent to a user is
same as what he requested for and doesn't conflicts with any other
user.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to