Skip to content

Commit

Permalink
ready to merge back to master...
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Sep 16, 2009
1 parent d7b9581 commit 3899fa1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion config/config.example.ru
Expand Up @@ -4,7 +4,13 @@
# using any Rack-compliant server handler. For example, start up three servers
# with a specified port number, using Thin:
#
# thin start -R config.ru -p 9173 --servers 3
# thin start -R config.ru --servers 3
#
# Or a single server with Unicorn:
#
# unicorn config.ru
#


require 'rubygems'
require 'cloud-crowd'
Expand Down
2 changes: 1 addition & 1 deletion examples/process_pdfs_example.rb
Expand Up @@ -17,7 +17,7 @@
'http://tigger.uic.edu/~victor/personal/futurism.pdf',
'http://www.jonasmekas.com/Catalog_excerpt/The%20Avant-Garde%20From%20Futurism%20to%20Fluxus.pdf',
'http://www.dzignism.com/articles/Futurist.Manifesto.pdf',
'http://benfry.com/phd/dissertation-050312b-acrobat.pdf'
'http://www.pitt.edu/~slavic/sisc/SISC4/dadswell.pdf'
],

'options' => {
Expand Down
1 change: 1 addition & 0 deletions examples/word_count_example.rb
Expand Up @@ -39,3 +39,4 @@
)

# With 23 Workers running, and over Wifi, it counted all the words in 5.5 secs.
# On a fast internet connection, you may not even see this job show up.

0 comments on commit 3899fa1

Please sign in to comment.