I am new to Ajax programming and I have been told that there are alternatives to using a database in Ajax if optimal speed is required. If there are going to be like a hundred requests per second then using a database does not make much sense. So what are those alternatives?
I need only "native" AJAX solutions. No libraries, please.
Later added: I am sorry if me question was ambiguous..
Let me be very specific here now.. I am trying to making an application using ajax where I am getting say a 100 requests per second from different clients.. and these requests are for some data currently in the database on the server ..
The whole thing is very slow right now .. The reason is obviously the database.. do I have any alternatives ??