Re: staying alive with an alias

2003-02-04 Thread Wiggins d'Anconia
Still in my POE early days, but see if I understand this correctly Richard Liu wrote: I need to be able to start a child POE process that stays alive even when it has no events to keep it alive. The POE::Kernel man page indicates that if I set an alias for the child, it will demonise itself

Re: POE::Wheel::Run ErrorEvent

2003-02-17 Thread Wiggins d'Anconia
Rocco Caputo wrote: On Wed, Feb 12, 2003 at 08:38:25AM +1100, [EMAIL PROTECTED] wrote: It's a valid interpretation of ErrorEvent, but it's not the way POE::Wheel::Run was written. StdoutEvent, StderrEvent, and ErrorEvent refer to the pipes that attach the parent and child processes. The f

Re: Feedback on POE::Wheel::Run changes

2003-03-06 Thread Wiggins d'Anconia
Rocco Caputo wrote: On Thu, Mar 06, 2003 at 11:00:26AM +1100, [EMAIL PROTECTED] wrote: I understand that there is a long-term goal to supercede POE::Wheel::Run with a component module with the tentative title of POE::Component::Process (http://poe.perl.org/?V1.0-TODOS) and there has been a discu

Re: Help with JobQueue

2003-06-22 Thread Wiggins d'Anconia
Georgios Pappas wrote: Hello, I'm pretty new to POE and I found it very useful to solve a simple problem. Given an array of tasks I want to distribute them to an array of hosts, but each host should deal with a single task. The list of tasks is larger than the available hosts and as soon as

Re: Deprecate $_[KERNEL]?

2004-02-24 Thread Wiggins d'Anconia
Tim Wood wrote: At 06:52 PM 2/23/04, Rocco Caputo wrote: So someone unclear on the $_[KERNEL] concept needed some help with it on IRC. They wanted to call a function that set a delay in the current session, but they didn't understand that $_[KERNEL] is a reference to an object (a singleton) and

Re: using a separate session to process multiple client inputs from Component::Server::TCP

2004-03-24 Thread Wiggins d'Anconia
[EMAIL PROTECTED] wrote: First let me say that I think POE is awesome! It's been a mind-blowing couple of weeks trying to get my brain around it. I am rewriting a Network Monitoring system where the clients periodically connect to my server and send things. Right now I am using a simple accept

Re: Sanity Check

2005-04-30 Thread Wiggins d'Anconia
Rodney Rindels wrote: Hello Fellow POE Lovers. I had a project dropped on my desk, after extensively reading the requirements and reading the POE discussion groups and documentation, I'm convinced I finally have a POE worthy project. But. Since I Noticed Rocco mentions more than once the fact th

Re: Sanity Check

2005-05-02 Thread Wiggins d'Anconia
Matt S Trout wrote: > On Sat, Apr 30, 2005 at 10:19:04AM -0500, Wiggins d'Anconia wrote: > >>I hate to say it but with all your various systems, protocols, etc. I >>would start from scratch with an XML based config system. I don't throw >>out XML lightly as I

Re: LaDBI multiple connections problem Re: SimpleDBI - the same.

2005-05-05 Thread Wiggins d'Anconia
Alex wrote: >> I can only guess at your problem because you never explained the >> nature of these "errors". Since the problem is identical with >> different DBI components, I'm guessing that you've reached a shell or >> system limit on the amount of resources you're allowed to consume. >> >> Talk

Re: POE::NFA

2005-05-26 Thread Wiggins d'Anconia
Tim Klein wrote: > In a different thread, Rocco wrote: > >> POE::NFA is not well documented. It seems to be the strange cousin of >> POE::Session that people rarely talk about, so time is focused >> elsewhere. > > > That's certainly true, but it's puzzling to me. POE::NFA is extremely > powerf

Re: Program not work from crontab...why ?

2005-06-20 Thread Wiggins d'Anconia
Alex wrote: > it`s doing nothing...why so? > > thx Cron isn't running. Syntax errors. Perl isn't installed. Computer is turned off. Today is the 20th of June. Help us to help you... http://danconia.org

Re: need advice on using poe for implementation of regression framework

2005-06-29 Thread Wiggins d'Anconia
Manish Sapariya wrote: > Hi all, > I am testing a networking device and need to write a regression framework > for the device. I have evaluated STAF/STAX framework, but I think its > not addressing > some of our needs, that is resource scheduling. > I am not familar with STAF/STAX so can't speak t

Re: What is postback

2005-07-14 Thread Wiggins d'Anconia
Abhishek Jain wrote: > Hi Friends, > I have searched a lot but was unable to figure out what is postback and how > is it different from yield or from post. > Can anyone here help me out. > Thanks in advance for your time and effort. > > -- > Regards > Abhishek jain > www.sms1.in > www.webbee.biz

Re: Advice on POE and Daemons

2007-12-14 Thread Wiggins d'Anconia
ty wrote: > I was looking to turn some of the servers I have written in POE into > daemons that would be run as non-root users because I do not have root > permissions on the machine they will run on. Could anyone share their > experience of creating daemons with POE? How have you handled > ensur