search for: eparklabs

Displaying 3 results from an estimated 3 matches for "eparklabs".

2006 Jan 25
1
xx-0.1.0 : xhtml and xml make it twice as dirty
...le preserving access to instance data. in essence it provides ruby objects (including the top level ''main'' object) an intuitive means to generate various markup views of their data in a way that is correct and elegant. xx is brought to you by the good folks at http://eparklabs.com. SAMPLES <========< sample/a.rb >========> ~ > cat sample/a.rb require "xx" include XX::XHTML # # xx modules extend the current object to allow natural document markup # doc = xhtml_{ html_{ head_{ title_{ "...
2007 Dec 29
0
(unknown)
...ed? p job.exit_status p job.stdout p job.stderr end end See lib/bj/api.rb for more details. ________________________________ Sponsors -------------------------------- http://www.engineyard.com/ http://quintess.com/ http://eparklabs.com/ http://your_company.com/ <<-- (targeted marketing aimed at *you*) ________________________________ Version -------------------------------- 1.0.0 PARAMETERS --rails_root=rails_root, -R (0 ~> rails_root=) the rails_root will be guessed unless you se...
2005 Feb 23
1
Limit Number of Postgres Database Connections
I have dovecot running with postgres backend. I am exceeding my maximum database connections (currently 40) with dovecot 0.99.10.9 and postfix and was wondering if dovecot has a parameter to limit the total number of database connections that it will create. Dan