[Seaside] [ANN] Seaside 3.0.7 release

Nick Ager nick.ager at gmail.com
Wed Apr 4 06:42:45 UTC 2012


Hi Sebastian,

If I load a clean 3.0.7 all is well - I can access /browse, /config etc.
I tried downloading Zinc-HTTP-SvenVanCaekenberghe.248 to see if that broke
anything - but all seems good.
Could it be something you've loaded/ changed on on-top of the base 3.0.7?

Cheers

Nick

On 4 April 2012 02:38, Sebastian Sastre <sebastian at flowingconcept.com>wrote:

> I think I broke something about Zinc.
>
> the root answers the Zinc welcome but:
>
> localhost:8080/config
>
> answers Not Found
>
> I took a look to WADispatcher default and it has all the expected handlers
> but it seems zinc isn't delegating to it anymore and
> evaluating: WAConfigurationTool initialize (which is supposed to register
> the /config app in seaside doesn't help)
>
> any pointers?
>
>   sebastian <http://about.me/sebastianconcept>
>
> o/
>
>
>
>
>
>
> On Apr 3, 2012, at 10:30 AM, Sven Van Caekenberghe wrote:
>
>
> On 03 Apr 2012, at 15:17, Sebastian Sastre wrote:
>
> I needed that customization.
>
>
> What I didn't get was the difference between the multithreaded and the
> managed multithreaded
>
>
> which is better for what?
>
>
> ---
> Name: Zinc-HTTP-SvenVanCaekenberghe.248
> Author: SvenVanCaekenberghe
> Time: 4 March 2012, 8:25:19 pm
> UUID: aaab5645-ed48-4174-bdb5-53037fb297db
> Ancestors: Zinc-HTTP-SvenVanCaekenberghe.247
>
> Switched ZnServer class>>#defaultServerClass to
> ZnManagingMultiThreadedServer;
> […]
> ---
>
> ZnManagingMultiThreadedServer differs from its superclass
> ZnMultiThreadedServer in that it keeps explicit track of each (kept-alive)
> client connection. Tracking open client connections is important to
> correctly handle the case where people save an image with a running server.
> Before, that sometimes resulted in crashes of all kinds because even though
> the server (socket) itself came back up correctly, it happened that client
> worker process kept reading or writing to (now) stale socket streams. Now,
> when the server shuts down (#stop's) it closes all client connections
> explicitly.
>
> Sven
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
>
> _______________________________________________
> 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/20120404/2ec94a73/attachment-0001.htm


More information about the seaside mailing list