Displaying 6 results from an estimated 6 matches for "halloway".
Did you mean:
galloway
2007 Feb 26
2
Apache+mod_proxy_balancer+Mongrel+Mephisto, Apache kills CPU
...els start to suffer, why does Apache''s CPU usage peg?
I would expect Apache''s threads to have about 0% CPU utilization
while waiting on a struggling Mongrel.
I am happy to try other experiments anyone might suggest, or to
provide more detail from other logs.
Thanks,
Stuart Halloway
www.relevancellc.com
[Environment]
Mac OS X
Mephisto 0.7.3
Most recent version of all gems (nothing on edge)
[Excerpt from threads.log]
Mon Feb 26 14:37:16 PST 2007 REQUEST /archives/2006/5
0.0.0.0:8111 -- THREADS: 3 -----
KEYS:
-- #<Thread:0x35e4030>: [:__inspect_...
2006 Aug 17
0
[ADV] The Rails Edge
...e.
--------------------
Who''s Involved?
--------------------
By attending The Rails Edge, you''ll spend 3 days learning from folks
you probably already know from the Rails/Ruby communities:
* Dave Thomas
* Chad Fowler
* Jim Weirich
* Marcel Molina Jr.
* Bruce Williams
* Stuart Halloway
* Justin Gehtland
* James Duncan Davidson
* Mike Clark
These folks participate in all the sessions, with one or two people
actually leading each session. That way, everyone is on hand to help
answer questions and share their experiences. And throughout the
conference we''re all lea...
2006 Jul 12
0
Enterprise Ruby Studio
...--------------------
You?ll also gain hands-on experience using metaprogramming, domain
specific languages, LDAP, XML, web services, and other advanced Ruby
features.
-------------
Learn From Pros
-------------
With extensive experience using Java, .NET, _and_ Ruby, Justin
Gehtland and Stu Halloway really understand the enterprise
landscape. They bring diverse backgrounds to this Studio to help you
choose the best tool for the job. In addition to their ongoing
client work, they are the authors of the upcoming book "Rails for
Java Programmers" and the creators of the open s...
2006 Mar 22
1
Multiple Updates, Multiple Renders, One Ajax Call
...r multiple times (once for each item in the option hash). I
expected to have to call render_to_string instead, but that blows up,
and this works fine.
Is this behavior by design, or a coincidence? I?d like to get this
documented and make sure that it is considered a feature.
Regards,
Stuart Halloway
www.relevancellc.com
P.S. Is there a totally better way to do this that I missed? :-)
2010 Jul 07
1
Australian Internet Filtering Position
List,
With sites like this appearing everywhere: http://www.dontfilterme.com and
http://nocleanfeed.com/
Just trying to get a general opinion with what everyone thinks of the
filtering situation in Australia. Whether you believe its a good thing or a
bad thing or you don't really care. I'm writing a letter to an Australian MP
(Member of Parliament) and I want to get some actual opinions
2006 Aug 04
4
DRY DRY DRY
Hello everyone!
Ive been on rails for the last month or so and really enjoyed this
framework.
However its very hard to find documentation on how to do things right!
For example every beginner after a while realizes that having similar
CRUD actions in every controller and views for them is not DRY at all!
Few days ago I found http://dereksivers.com/rails-shared-controller.html
I quite like his