Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
ComancheNG 1.0.1
Last updated at 1:06 am UTC on 17 January 2006
ComancheNG 1.0.1 enables the use of ComancheHttpService in a pluggable
manner (using MessageSend or BlockContext). This makes it possible to
use without subclassing. Here are a couple of examples:
    (ComancheHttpService on: 8080 named: 'Example Http Service') 
        onRequestDispatch: #processRequest: to: SomeGlobal; 
        start 

    (ComancheHttpService on: 8080 named: 'Example Http Service') 
        onRequestDo: [ :httpRequest | SomeGlobal processRequest: 
httpRequest ]; 
        start 

http://map2.squeakfoundation.org/sm/package/1ad6581f-6890-4c21-ae97-6b06bfb20f62
http://people.advantive.com/~spair/squeak/ComancheNG-1.0.1.sar