Re: [Chicken-users] zmq egg needs updating

2012-05-15 Thread Moritz Heidkamp
Hi Shaun, Shaun Bruner writes: > I was just noticing that the zmq egg still uses xreq and xrep socket types. > The zeromq api has changed these to 'dealer' and 'router', respectively in > the latest releases. interesting, somebody else asked about the exact same thing the other day :-) > Does

[Chicken-users] zmq egg needs updating

2012-05-15 Thread Shaun Bruner
I was just noticing that the zmq egg still uses xreq and xrep socket types. The zeromq api has changed these to 'dealer' and 'router', respectively in the latest releases. Does Moritz still maintain the egg? I'd be happy to help maintain it if that's preferred or needed. __

Re: [Chicken-users] Question about deployment.

2012-05-15 Thread Mario Domenech Goulart
Hi Yuval, On Tue, 15 May 2012 15:40:00 +0200 yuval wrote: > You have been very helpfull and I thank you. Now I have a question about > deployment? > Did you try to deploy a chicken cgi or fastcgi applictaion (or chicken > framework) in a web hosting service? How much did it cost? Which one of th

[Chicken-users] Question about deployment.

2012-05-15 Thread yuval
Hello You have been very helpfull and I thank you. Now I have a question about deployment? Did you try to deploy a chicken cgi or fastcgi applictaion (or chicken framework) in a web hosting service? How much did it cost? Which one of the web hosing services did you use? Thanks in advance Yuval __

Re: [Chicken-users] Building a shared library

2012-05-15 Thread Felix
From: John Maxwell Subject: [Chicken-users] Building a shared library Date: Mon, 14 May 2012 14:22:03 -0400 > I am trying to build a shared library, and having puzzling problems. > I've constructed a toy example that illustrates the problem: > > jmax@jmax ~/chicken-example $ cat a.scm >