It should be fairly easy to do. I am using Kohana 3.2 and it was quite easy
to create a daemon controller and run that from the command line. I even
implemented some code to prevent it being viewed outside the CLI. Here is a
SO article that shows you the basics of running a KO controller from the
command line in 2.x and 3.x:
http://stackoverflow.com/questions/2133433/kohana-command-line

Hope this helps,
Daniel

On Fri, Dec 23, 2011 at 6:48 AM, Ebot Tabi <[email protected]> wrote:

> Thanks guys,
> i successfully get multiple workers running with supervisor you guys
> rocks, now i am working to get inside kohana 2.3.4, isn't easy, but
> trying to see how to get it inside so that i can use it the core of
> kohana features.
>
> Regards and thanks
>
> On Dec 19, 2:42 am, Daniel Olfelt <[email protected]> wrote:
> > I have to agree with Chad. I also use supervisord. Plus, you can use
> tools
> > in superlance to add memory management and email alerts.
> >
> > Daniel
> > On Dec 18, 2011 7:00 PM, "Chad Kouse" <[email protected]> wrote:
> >
> >
> >
> >
> >
> >
> >
> > > I use a process control system called supervisord - haven't had any
> > > issues with it for the past 2 years.
> >
> > > Http://supervisord.org
> >
> > > Then I just make a program group with a line that looks like:
> > > command=/usr/bin/php my_consumer.php
> >
> > > Provides good logging and auto restart
> >
> > > --chad
> >
> > > On Dec 18, 2011, at 7:47 PM, Ebot Tabi <[email protected]> wrote:
> >
> > > > Hi there
> > > > i am new to beanstalkd, looking very interesting and right tool for
> my
> > > > php application, will be grateful to know how to setup multiple php
> > > > worker running on daemon mode and how to manage them and their memory
> > > > usages. i am currently trying to setup with the php client class:
> > > > pheanstalk,
> >
> > > > Regards
> >
> > > > --
> > > > You received this message because you are subscribed to the Google
> > > Groups "beanstalk-talk" 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/beanstalk-talk?hl=en.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "beanstalk-talk" 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/beanstalk-talk?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "beanstalk-talk" 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/beanstalk-talk?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" 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/beanstalk-talk?hl=en.

Reply via email to