Generic FunctionPackage: javatools.jlinkerToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
This page is new in 6.2

start-work

Arguments: (self async-http-servlet) work request response gate

This method on async-http-servlet instances is called from all the methods of the Java class LispAsyncHttpServlet. The work argument is the name of one of the work methods defined above.

The request and response arguments are remote references to the request and response arguments of the Java method. The gate argument is a remote reference to an array Object[2] used by the Java method as a gate to determine when the work for a particular request is completed.

This method queues the work into a common queue where all requests from servlets are saved. The queue is emptied by a single Lisp process.

Arguments: (self multi-async-http-servlet) work request response gate

This method multi-async-http-servlet instances starts a new Lisp process for each request that arrives. The process is discarded when the request is completed.

Only Allegro CL Enterprise customer can load the jlinkent module

This function is defined in the jlinkent module is loaded. You must have a Allegro CL Enterprise (or higher) license to load that module. See The jLinker Servlet API for details on the jLinker Servlet API.

See jlinker.htm for more information on the jLinker facility.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page is new in the 6.2 release.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
This page is new in 6.2