Patents by Inventor Jinyuan Zou

Jinyuan Zou has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).

  • Publication number: 20190258609
    Abstract: A method for avoiding file deadlock during concurrent access of a sqlite database is disclosed, wherein, in a software design stage, divide the client sqlite database from one into two or more, and each sqlite database is corresponding to the requirement of a certain type of writing operation of the software system. Respectively classify all the data tables used in the software according to the different types of writing operation and place them in different sqlite database files. This could ensure that different types of writing operations are respectively corresponding to different files, and when multiple threads of the application software generate writing operations at the same time, since they respectively write into different physical disk files, so as to avoid the problem that one sqlite database file cannot be concurrently written by multiple threads at the same time.
    Type: Application
    Filed: May 7, 2019
    Publication date: August 22, 2019
    Inventors: Jinyuan Zou, Hongliang Chen