help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fwd: Re: [Help-smalltalk] Iliad: sessions and streaming]


From: Nicolas Petton
Subject: Re: [Fwd: Re: [Help-smalltalk] Iliad: sessions and streaming]
Date: Mon, 22 Jun 2009 20:19:38 +0200

The following works for me:

st> PackageLoader fileInPackage: 'Iliad'
st> FileStream fileIn: 'SessionSubclassExample.st'
st> Iliad.SwazooIliad startOn: 7777
st> Iliad.SessionManager current sessionClass: MySession
st> Iliad.SessionManager current removeAllSessions "Only needed if there
are existing sessions, instances of the old #sessionClass value"
st> Processor activeProcess suspend

http://localhost:7777/session_test

The SessionSubclassExample.st file is attached.

Cheers!

Nico

Attachment: SessionSubclassExample.st
Description: Text document

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée


reply via email to

[Prev in Thread] Current Thread [Next in Thread]