Skip to content

Instantly share code, notes, and snippets.

@nubbel
Created August 30, 2013 16:37
Show Gist options
  • Select an option

  • Save nubbel/6391790 to your computer and use it in GitHub Desktop.

Select an option

Save nubbel/6391790 to your computer and use it in GitHub Desktop.
$ torquebox run
...
18:29:11,620 INFO [org.torquebox.core.runtime.DefaultRubyRuntimePool] (pool-1-thread-2) Deferring start for stomplets runtime pool.
...
18:29:11,629 INFO [org.torquebox.core.runtime] (pool-6-thread-1) Creating ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: BulletinBoard, context: stomplets)
...
18:29:27,121 INFO [org.torquebox.core.runtime] (pool-6-thread-1) Created ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: BulletinBoard, context: stomplets) in 15.49s
...
18:29:27,835 INFO [stdout] (pool-1-thread-4) [#<BulletinsStomplet:0x120d47>#configure] destination: [Topic: /topics/warp]
> reload in chrome
18:33:44,951 INFO [stdout] (New I/O worker #4) [#<BulletinsStomplet:0x120d47>#on_subscribe] subscriber: Subscriber [id=sub-0, destination=/bulletins/count, ackMode=auto], id: count, session: []
$ touch tmp/restart-stomplets.txt
18:34:39,251 INFO [org.torquebox.core.runtime] (torquebox-runtime-restart-scanner) Restarting stomplets runtime for BulletinBoard-knob.yml
18:34:39,252 INFO [org.torquebox.core.runtime] (pool-7-thread-1) Creating ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: BulletinBoard, context: stomplets)
18:34:39,728 INFO [org.torquebox.core.runtime] (pool-7-thread-1) Setting up Bundler
18:34:48,177 INFO [org.torquebox.core.runtime] (pool-7-thread-1) Created ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: BulletinBoard, context: stomplets) in 8.92s
> reload in chrome
18:35:47,114 INFO [stdout] (New I/O worker #6) [#<BulletinsStomplet:0x120d47>] subscribe: Subscriber [id=sub-0, destination=/bulletins/count, ackMode=auto], id: count, session: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment