I was poking around the Comanche code to learn how it is put together, and 
I ran across a method which does something which I don't understand.  The 
method in question is HttpAdaptor>>pvtReadRequest and it looks like this:

pvtReadRequest
    request := HttpRequest readFromStream: self readStream.
    Processor activeProcess
        contextAt: #request
        put: request.

Can someone explain what the contextAt:put: method does in the context of 
handling a HTTP request?  What is the purpose of that statement in this method?

Thanks.

James W. Howe                           mailto:[EMAIL PROTECTED]
Allen Creek Software, Inc.              pgpkey: http://ic.net/~jwh/pgpkey.html         
 
Ann Arbor, MI  48103                    

Reply via email to