python多线程或者多进程读取json 文件?
伊谢尔伦
伊谢尔伦 2017-04-18 10:22:55
0
3
762

可以给个思路,感觉不知道怎么读取

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(3)
Ty80

Do you have a very large json file? Do you need to use multiple threads to read? And it reads formatted json data instead of context-free separable data. Your scene is rather strange.

PHPzhong

This requirement is rather strange!
It is recommended that you don’t use multi-threading if you can!
Because after the file is read, you have to consider how to arrange it in the correct order!

小葫芦

Forcible reading is possible, but it will be troublesome to assemble in the end. It is recommended to divide the appropriate block length according to the length of the file and read it directly with file.read(length)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template