if flash, why AJAX?

Out of context: Reply #7

  • Started
  • Last post
  • 24 Responses
  • madirish0

    maybe, maybe not. we are talking about PHP here and if one has deep knowledge of it when review AJAX solutions, it is clear that there is nothing really that would "beat the hell out of it." PHP is *extreemly* robust scripting language, it can be scaled for really any load- dynamically as well should that be required.

    as for load, are you referring to server, or client load? depending on what you are talking to via PHP on the quiery side, the server load can be next to nothing, regardless of requests. now, on the client side there could be some issues, but if that is the case, there is probably being too much scripting doen there and not enough on the server side.

    the load in particular is one of the resons this cocktial called AJAX works so well- it can handle just about anything.

View thread