It would be really easy to implement an address that did something like:
[(Delay forSeconds: 2) wait.
ComSwikiLauncher allInstances do: [:launcher |
launcher isOn ifTrue: [launcher stopServer]].
Smalltalk snapshot: false andQuit: true] fork.
response at: 'contentType' put: (MIMEDocument contentTypePlainText).
'success'
Killing the process works fine for me though.
Peace and Luck!
Je77
On Fri, May 18, 2001 at 11:05:58AM +0200, Pierre Baillet wrote:
> On Fri, May 18, 2001, Alejandro Fernandez wrote:
> > Hi all,
> > I am just exploring the swiki browser trying to figure out a way to
> > reload a swiki without restarting the server (for example, after
> > removing an attachment from the upload folder). Is that possible?
>
>
> Reading that makes me think of the fact that it would be great if it was
> possible to remotely restart the swiki. This is especially useful for
> headless wikis which you can only completely shutdown (read 'kill the
> process') and start it up again (read run './squeak -headless').
>
> --
> Pierre Baillet
> Wabi-sabi is a beauty of things imperfect, impermanent, and incomplete.
> It is the beauty of things modest and humble.
> It is the beauty of things unconventional.