rtomayko / shotgun

reloading rack development server / forking version of rackup
Other
864 stars 66 forks source link

The way shotgun run #60

Closed mymai91 closed 8 years ago

mymai91 commented 9 years ago

I'm finding out the way Shotgun run. To shotgun run we have to use Shotgun::Loader.new(env) It start at step initialize I don't see anything to invoke method call to continue run. Please help me clearer. Thanks

rtomayko commented 9 years ago

Hi @mymai91, the call method is run by the web server each time a web request comes in.

I can help. What are you trying to do?

mymai91 commented 9 years ago

@rtomayko Hi, I just curious the way Shotgun run. Continuing find out. But your answer makes me clearer. Thank you.

mymai91 commented 9 years ago

@rtomayko : I have a question. If I don't invoke call method. Is there any way to make it run?

djanowski commented 8 years ago

Please reopen if this is still an issue. Thanks.