[Seaside] [ANN] Seaside 3.0.7 release

Sebastian Sastre sebastian at flowingconcept.com
Tue Apr 3 13:17:42 UTC 2012


thanks Sven.

I needed that customization.

What I didn't get was the difference between the multithreaded and the managed multithreaded 

which is better for what?

sebastian

o/






On Apr 3, 2012, at 9:57 AM, Sven Van Caekenberghe wrote:

> Sebastian,
> 
> On 03 Apr 2012, at 14:44, Sebastian Sastre wrote:
> 
>> how does you start seaside on Zn?
> 
> Like any other adaptor.
> 
> Use the GUI (Seaside Control Panel), or programmatically:
> 
> 	ZnZincServerAdaptor startOn: 8080
> 
> But if you need more customization, you can go further:
> 
> 	ZnZincServerAdaptor new
> 		port: 8080;
> 		serverClass: ZnManagingMultiThreadedServer;
> 		start
> 
> BTW, these are from the class comment of ZnZincServerAdaptor ;-)
> 
> HTH,
> 
> Sven
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20120403/144a8fb5/attachment.htm


More information about the seaside mailing list