Patent · US Active

System for integrating java servlets with asynchronous message

US7788675B2 · kind B2 · utility

1Cited by
18References
18Claims
0Family size

Assignee

Inventors

Key dates

Filing dateDec 13, 2005
Grant dateAug 31, 2010
Priority date
Expiry dateMar 31, 2029

Classification

  • Technology area (CPC H)Electricity
  • CPC primaryH04L69/12
  • WIPO fieldDigital communication
  • WIPO sectorElectrical engineering

Abstract

In a traditional application server that uses servlets, when a request is dispatched to a thread the service method of the appropriate servlet is called. When the service method returns the response is sent. This is sub-optimal in the case that an asynchronous event must occur before the response can be sent, because the thread running the servlet must block until the event occurs. The invention provides for asynchronous processing of such requests. In one embodiment, the invention provides an extension to the Servlet API which allows the service method to return (and thus the thread to be freed) before the response is ready to be sent. Then when the asynchronous event later occurs the response may be completed and sent.

Source: USPTO / EPO open patent data. Objective bibliographic and citation counts.