wmz
wmz

Reputation: 3685

How to run Comet with Zinc (Seaside)

I'm trying to run Comet examples from Seaside 3.0.7 developer image, but it depends on WAListenerAdaptor, which is not included in this distribution. I could just load Seaside-Adaptors-Comanche (I did in fact) and run off Comanche, but I'm sure the change to Zinc as a default server was done for a reason. I tried to google, but only found this: http://lists.gforge.inria.fr/pipermail/pharo-project/2012-April/063108.html, which is at best inconclusive. So the question remains:

NB, This problem is also noted here in comments: http://book.seaside.st/book/web-20/comet/getting-started - if I get any conclusive answers I will re-post it there for future readers reference.

Upvotes: 2

Views: 222

Answers (1)

Lukas Renggli
Lukas Renggli

Reputation: 8947

Unfortunately Comet only works with Comanche in Pharo at the moment. This is not something that is not possible with Zinc, just nobody implemented the necessary Zinc adaptor yet.

Upvotes: 4

Related Questions