search for: medioh

Displaying 5 results from an estimated 5 matches for "medioh".

Did you mean: medion
2008 Jun 01
3
rbx gem
...commenting out anything to do with fastthread or the http11 C extension. If there''s interest in releasing a Rubinius-targeted gem, I can make changes to the Rakefile to allow generation of a gem for the rbx platform. I could also commit the Rubinius.asm parser as well. -- Tony Arcieri medioh.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mongrel-development/attachments/20080601/e1f76d30/attachment.html>
2008 Apr 24
4
Pure Ruby HTTP parser
...er::FSM module to store the actual Ragel-generated state machine, and pass all ivars from the Mongrel::HttpParser to an execute method then recapture them as return values, or something to that effect. Thoughts? Suggestions? Complete rewrites? I''d appreciate them all. -- Tony Arcieri medioh.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-development/attachments/20080423/19cb571c/attachment.html
2010 Dec 11
1
the naming of "Unicorn"
In case more people are interested, I originally posted the following to ruby-core: http://mid.gmane.org/20101210190448.GA6534 at dcvr.yhbt.net Eric Wong <normalperson at yhbt.net> wrote: > zuerrong <zuerrong at gmail.com> wrote: > > 2010/12/10 Tony Arcieri <tony.arcieri at medioh.com>: > > > And Unicorns are fantastical mythical creatures! > > > > > yep that indicates it''s not prepare for the actual use. > > There''s no shiny website, commercial support, or even a web-based > bug tracker, so of course it''s not r...
2009 Jan 20
2
Some basic questions
Hi, I''ve started learning about EventMachine right now and have some basic doubts. Hope you could clarify them. I''m developing a SIP server. For now I''ve started it from scratch but I expect to migrate it to EventMachine. SIP is a very complex protocol. For example: if I use a SIP proxy in front of my server then all the data will arrive to my server using the same TCP
2008 Aug 06
6
Event loop responsiveness + client
Hello, on the application that I''m working on, we are using Thin. The server implements long polling and commands that alter its internal state. Connecting to the long poll is a very fast operation, while updating the state of the server is a relatively slow operation. The long poll connection is held open until there is a change to be sent to the connection. Here is my current