[Seaside-dev] questions about WAServerAdaptor

Philippe Marschall philippe.marschall at gmail.com
Sun Nov 9 21:35:52 UTC 2008


Hi

I'm about half way through porting the Swazoo 2 server adaptor to
WAServerAdaptor. It works but has some rough edges. Here are the
questions that popped up:

What is the difference between #basicStop and #shutDown?

What is the purpose of #statusString? What are examples that it should
return? Can it be provided by WAServerAdapter?

Could the whole status tracking be provided by WAServerAdapter?
Something along the lines of:

WAServerStatus
   isRunning
     ^false
   isString
     ^false
   isStopped
     ^false
   isStopping
     ^false

WARunningServerStatus < WAServerStatus
   isRunning
     ^true

Cheers
Philippe


More information about the seaside-dev mailing list