To edit pages or tickets please login with username/password: aaf/aaf

Ticket #184 (closed defect: fixed)

Opened 1 year ago

Last modified 10 months ago

[PATCH] Allow ferret_server to run in blocking (non-daemon) mode

Reported by: aaf Assigned to: jk
Priority: major Milestone:
Component: 0plugin Version:
Keywords: Cc: steve@sanityinc.com

Description

If you want to run the ferret server using daemontools or runit, you're out of luck with the 0.4.3 release, because it's no longer possible to call ActsAsFerret::Remote::Server.start.

The new ferret_server wrapper's really nice, but needs a non-daemonising option.

The attached patch makes ferret_server run start the server and block until it exits.

-Steve Purcell (http://www.sanityinc.com/)

Attachments

allow-blocking-run.patch (2.2 kB) - added by aaf on 11/19/07 17:08:20.
allow-blocking-run.2.patch (2.2 kB) - added by aaf on 11/22/07 12:43:17.
A better-factored version of the patch

Change History

11/19/07 17:08:20 changed by aaf

  • attachment allow-blocking-run.patch added.

11/22/07 12:43:17 changed by aaf

  • attachment allow-blocking-run.2.patch added.

A better-factored version of the patch

12/02/07 09:43:10 changed by aaf

Hi - any word on this? I'm happy to re-work the patch if necessary. -Steve (email address in CC field below)

12/16/07 20:44:48 changed by jk

  • status changed from new to closed.
  • resolution set to fixed.

applied in trunk, sorry for the delay ;-)

To edit pages or tickets please login with username/password: aaf/aaf