On Fri, Oct 10, 2008 at 4:27 PM, marike <[EMAIL PROTECTED]> wrote: > > I keep reading posts saying that using long running processes like > acts_as_ferret on a shared host are a sure way to get kicked off as > they use too many resources. As my website will likely be low volume, > is it possible to disable acts_as_ferret/ferret search indexing and > replace it with something like mysql indexing? Has anyone done this? > Or is there a solution that would be more shared host friendly?
Acts_as_ferret should not be a long running process. The reason to use it is because it executes much faster, and uses fewer system resources, that running a similar sql querry. You can remove ferret from lovd, but I don't think this is a good reason to do it. > Lastly, I've asked Dreamhost if they'd install monit for me so I can > run acts_as_ferret as a Drbserver as is recommended in the lovd-by- > less README, but I doubt that's gonna happen. I just double checked the README and I didn't see any mention of monit. Can you tell me what you're after here? Monit is a process monitoring server. If you are on dreamhost, you are probably running Lovd behind apache and phusion. If this is the case, monit is not required. cheers, steven bristol --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
