Is there a wood with the great God will json? Help me practice practiced hand.
Is such a small program that wrote 2 desktop applications, I want to put the program network session one program to submit data another program get data
But I tested it. Put a 4W row of data size 3 m 1.htm on the Web site with a browser can not open, the content is too large
Baidu has said that with JSON can be opened quickly
But the small don't understand the web at all. So I want to ask someone to help me get a very simple 2 pages
A 1.php 1.php storage data can be read with JSON or a different way to quickly open a large page of content is also possible
The add.php submission page of a submit data page is just a textbox and a button.
80, thank you.
------Solution--------------------
Do you need to read 4W rows of data at once? How many lines does it take to attend a few lines? No matter how much 4M data is read at once, you can use JSON or XML, the network transport overhead is very large.
------Solution--------------------
Look at your needs to decide what you are going to do, for example, if you need to find 1 or a few of them in N, then you can submit your data to the server and let the server determine the return result. If you are n data to find M bar, then you can download to the client to troubleshoot, if your server data is a long time unchanged, then it is certainly convenient to download to the client. It doesn't matter whether JSON or XML is stored in the form of a data download, such as a direct txt text format. Is the length of the download time.
------Solution--------------------
If you can't stand it, upgrade your hardware
------Solution--------------------
Not too much to read.
You want to use JSON, don't you need to save the data in JSON format to read it?
Or do you want to make your own data into JSON for storage and display?
------Solution--------------------
Do you need to read 4W rows of data at once? How many lines does it take to attend a few lines? Anyway, 4M data is very large at one time, you can use JSON or XML, network transmission overhead is very large.
------Solution--------------------
The amount of data is too big.
------Solution--------------------
Is it better to devolve data into the database?