I won''t do the full sized announcement email here, since you can get that at ruby-talk if you want. Just wanted to mention, though, that another EM based piece of software, Swiftiply (http://swiftiply.swiftcore.org) has been released. Swiftiply is a clustering proxy for web applications. It also bundles a version of Mongrel (really, a patchset on Mongrel) that runs inside of an EventMachine event loop. Kirk Haines
Any plans on releasing the EM Mongrel as a separate Gem? You''ve given me the source before, but in order to be applicable to our purposes we''d have to modify the way it consumes incoming requests (i.e. grabbing only the header immediately on a PUT request, rather than the entire request body) - Tony On 5/11/07, Kirk Haines <wyhaines at gmail.com> wrote:> > I won''t do the full sized announcement email here, since you can get > that at ruby-talk if you want. Just wanted to mention, though, that > another EM based piece of software, Swiftiply > (http://swiftiply.swiftcore.org) has been released. > > Swiftiply is a clustering proxy for web applications. It also bundles > a version of Mongrel (really, a patchset on Mongrel) that runs inside > of an EventMachine event loop. > > > Kirk Haines > _______________________________________________ > Eventmachine-talk mailing list > Eventmachine-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/eventmachine-talk >-- Tony Arcieri ClickCaster, Inc. tony at clickcaster.com 720-227-0129 ext. 202 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070511/8eb3b3d9/attachment.html
On 5/12/07, Kirk Haines <wyhaines at gmail.com> wrote:> I won''t do the full sized announcement email here, since you can get > that at ruby-talk if you want. Just wanted to mention, though, that > another EM based piece of software, Swiftiply > (http://swiftiply.swiftcore.org) has been released. > > Swiftiply is a clustering proxy for web applications. It also bundles > a version of Mongrel (really, a patchset on Mongrel) that runs inside > of an EventMachine event loop. >More of awesomeness, but if we can get similar stuff for handling normal socket apps?
On 5/11/07, Tony Arcieri <tony at clickcaster.com> wrote:> Any plans on releasing the EM Mongrel as a separate Gem? You''ve given me > the source before, but in order to be applicable to our purposes we''d have > to modify the way it consumes incoming requests (i.e. grabbing only the > header immediately on a PUT request, rather than the entire request body)I had not really planned on releasing it as a separate gem. That''d be a pretty lean gem. So, for your needs, receive_data would run as it currently does until parser.finished? At that time it would, if the request is a PUT request, call some additional method that you would define, passing it the received data for handling? Kirk Haines
On 5/11/07, Kirk Haines <wyhaines at gmail.com> wrote:> I won''t do the full sized announcement email here, since you can get > that at ruby-talk if you want. Just wanted to mention, though, that > another EM based piece of software, Swiftiply > (http://swiftiply.swiftcore.org) has been released. > > Swiftiply is a clustering proxy for web applications. It also bundles > a version of Mongrel (really, a patchset on Mongrel) that runs inside > of an EventMachine event loop.Does EM have issues with Max OSX? I''m getting some failure reports, and it seems like the common thread may be OSX. Kirk Haines
Francis Cianfrocca
2007-May-14 04:11 UTC
[Eventmachine-talk] ANN: Swiftiply 0.5.0 Released
On 5/13/07, Kirk Haines <wyhaines at gmail.com> wrote:> > > Does EM have issues with Max OSX? I''m getting some failure reports, > and it seems like the common thread may be OSX.Sorry I haven''t been around folks, just got back from a very busy few days in Italy. About all I know from OSX is that EM compiles and runs on it. However, it''s definitely a supported platform in the sense that I want to work just as well as the others. Are you observing the failures yourself or are they coming from your users? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070514/7ad5961c/attachment.html
On 5/14/07, Francis Cianfrocca <garbagecat10 at gmail.com> wrote:> Sorry I haven''t been around folks, just got back from a very busy few days > in Italy. About all I know from OSX is that EM compiles and runs on it. > However, it''s definitely a supported platform in the sense that I want to > work just as well as the others. Are you observing the failures yourself or > are they coming from your users?Users. I don''t have an OSX box to test on. Kirk
Francis Cianfrocca
2007-May-14 06:09 UTC
[Eventmachine-talk] ANN: Swiftiply 0.5.0 Released
On 5/14/07, Kirk Haines <wyhaines at gmail.com> wrote:> > On 5/14/07, Francis Cianfrocca <garbagecat10 at gmail.com> wrote: > > > Sorry I haven''t been around folks, just got back from a very busy few > days > > in Italy. About all I know from OSX is that EM compiles and runs on it. > > However, it''s definitely a supported platform in the sense that I want > to > > work just as well as the others. Are you observing the failures yourself > or > > are they coming from your users? > > Users. I don''t have an OSX box to test on.Send the reports along. I have some OSX machines to test on. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070514/701d4c8d/attachment-0001.html