The patent badge is an abbreviated version of the USPTO patent document. The patent badge does contain a link to the full patent document.
The patent badge is an abbreviated version of the USPTO patent document. The patent badge covers the following: Patent number, Date patent was issued, Date patent was filed, Title of the patent, Applicant, Inventor, Assignee, Attorney firm, Primary examiner, Assistant examiner, CPCs, and Abstract. The patent badge does contain a link to the full patent document (in Adobe Acrobat format, aka pdf). To download or print any patent click here.
Patent No.:
Date of Patent:
Oct. 07, 2025
Filed:
Sep. 06, 2023
State Farm Mutual Automobile Insurance Company, Bloomington, IL (US);
Richard Carl Brown, Normal, IL (US);
Ryan Leverton, Bloomington, IL (US);
Stephanie Langland, El Paso, IL (US);
Ketih Sartain, Yorkville, IL (US);
Deepak Maheshwari, Bloomington, IL (US);
Merril Myers, Bloomington, IL (US);
State Farm Mutual Automobile Insurance Company, Bloomington, IL (US);
Abstract
This disclosure describes techniques for handling asynchronous and synchronous requests to update a database field. Asynchronous update requests are stored in a queue and processed later, while synchronous requests are processed immediately to return the current state. Requests that generate errors are stored in a separate error queue and retried later. The data field state is updated in a state database based on both asynchronous and synchronous requests. State updates are provided to a software application via different communication channels like persistent connections, representational state transfer (REST) application programming interfaces (APIs), and WebSocket notifications based on configurable state definitions. This allows the software application to retrieve the latest data field state synchronously or receive asynchronous notifications when the state changes.