Jump to content

KnowSkill

New Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by KnowSkill

  1. The chat will only be used from the apps that I develop for Android and iOS.
  2. Is this how apps like Tinder build the chat side of their app?
  3. I am looking to develop a cross platform chat app for mobile devices (iOS and Android) is it a poor decision to build the app where every few seconds it hits a php page that asks for the most recent messages in the db that contain the 2 users?
  4. The rows cannot be generated beforehand, but if they already exist they can be updated.
  5. I am building an iOS app that makes a post to a php file I have on a web server. The php file then 1. uses the rand function to generate a random number 2. checks to see if this exists in the DB 3. either adds it or makes a new one (its a little more complicated than that, but for the sake of the question...) 4. echos the result I have build an html/js file that generates 1000 XMLHttpRequests to that page with the proper info and for all of the requests to come back it takes like 45 seconds. Is there no way to make this kind of thing happen more instantaneous or is it going to have to be slow due to the 1000 simultaneous requests?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.