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:
Apr. 23, 2013
Filed:
Apr. 29, 2005
Erik B. Olson, Farmington, UT (US);
Andres Sanabria, Sammamish, WA (US);
Dmitry Robsman, Bellevue, WA (US);
Helen Yan, Bellevue, WA (US);
Peixin Han, Bellevue, WA (US);
Nikhil Kothari, Sammamish, WA (US);
Erik B. Olson, Farmington, UT (US);
Andres Sanabria, Sammamish, WA (US);
Dmitry Robsman, Bellevue, WA (US);
Helen Yan, Bellevue, WA (US);
Peixin Han, Bellevue, WA (US);
Nikhil Kothari, Sammamish, WA (US);
Microsoft Corporation, Redmond, WA (US);
Abstract
System and methods for asynchronous processing within a web page lifecycle, enabling web page developers to integrate asynchronous work within the web page implementation that can store state inside the page and is applied to requests to the particular page. Handlers initiate event-based or task-based asynchronous operations without keeping a dedicated thread while waiting for a response. The thread is returned to a pool of available threads upon initiation of the process. Results are received on other threads and provided to the page before rendering. Timeout errors are also provided, if a particular result is not received within specified period. The events are delivered in a serial manner so that the page developer uses request instance data without explicit synchronization. This makes a high-scale, asynchronous processing model less complex and more accessible to developers accustomed to web scripting, which is traditionally synchronous.