Displaying 2 results from an estimated 2 matches for "mon_check_own".
Did you mean:
  mon_check_owner
  
2007 Jun 28
1
ThreadError from DRb server
Hi there,
I''ve just started using aaf for searching and it''s running well apart
from one error I received:
  A ThreadError occurred in person#search:
   current thread not owner
   (druby:/localhost:9010) /usr/lib/ruby/1.8/monitor.rb:274:in
`mon_check_owner''
   (druby:/localhost:9010) /usr/lib/ruby/1.8/monitor.rb:274:in
`mon_check_owner''
   (druby:/localhost:9010) /usr/lib/ruby/1.8/monitor.rb:220:in
`mon_exit''
   (druby:/localhost:9010) /usr/lib/ruby/1.8/monitor.rb:240:in
`synchronize''
   (druby:/localhost:9010)
/...
2007 Sep 18
10
Routes
hi all,
I want to move some routing tasks out of the router and into the
controller. The goal is to make Merb feel less like mod_rewrite and
give the user more control at the controller. The new Router is
simple: it takes the path_info (not the whole request) then outputs a
controller class and some parameters from the path matching. The rest
of the routing would be done at the controller level.