2008/10/9 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > I see in the spec that I'm going to need to invoke call() on an object > (which looks like it's a Merb::Rack::Application), and that I'm > responsible for setting up the inputs and dealing with the outputs, > all of which is fine. > > However, I don't see any invocations of call() in the adapters that > merb comes with, nor do I see a place to get the object that I'd be > invoking it on. That probably means that I'm missing something. How do > I get that object, and is there a special time that I should invoke > it? (as opposed to just within a method that GlassFish would call when > a request came in)
It's called by the web server. For instance: http://github.com/macournoyer/thin/tree/master/lib/thin/connection.rb#L63 -- MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
