Re: using poe for web application server

2006-05-01 Thread Al Tobey
NTON/Cache-Cache-1.04/lib/Cache/Cache.pm http://search.cpan.org/~abw/Class-Singleton-1.03/Singleton.pm http://www.livejournal.com/code/ -Al Tobey > > Many thanks > Manfred Meier > > > > > > > > > > ** ** ** PRIVILEGED AND CONFIDENTIAL ** **

Re: POE & non-POE; finding my $self

2004-01-30 Thread Al Tobey
On Thu, 2004-01-29 at 19:33, Tim Wood wrote: > 1. Can one send events from one thread (that has not called > POE::Kernel->run()) to a POE loop running in another thread? Let's > say thread A uses POE, creates a POE::Session, saves $_[KERNEL] in a > global, then calls POE::Kernel->run(). Thread B

Re: Non-blocking ssh and scp using POE

2003-10-24 Thread Al Tobey
tions, at which point I may create a component to drive Net::SSH::Perl. -Al Tobey On Fri, 2003-10-24 at 16:23, Molina, Gerardo wrote: > POE'rs: > > I am looking at using POE for implementing non-blocking/parallelized ssh and > scp. Has someone already created some POE components

Re: Making POE stable

2003-01-11 Thread Al Tobey
Win32 port because I'm being asked to port a POE app to windows that uses Wheel::Run and Pipe quite extensively. I haven't even started to look at this - mostly because it seems scary considering the notes at the end of the Wheel::Run manpage. -Al Tobey ***

Re: Dropping a connection in Component::Server::TCP?

2002-12-31 Thread Al Tobey
ld a 'shutdown' event to achieve what you want. -Al Tobey On Mon, 2002-12-30 at 13:14, Bob Maccione wrote: > I've been trying to drop a connection in Component::Server::TCP and am not > sure the best way of doing it. > > The basic flow is that I parse a line (it's a

http://poe.perl.org/

2002-12-16 Thread Al Tobey
err ... what happened here? I'm getting one of those domain-hosing "portal" sites. www.perl.org seems ok, though. Is anybody else experiencing this? -Al This email and any files transmitted with it are confidential and inte

session locking

2002-11-27 Thread Al Tobey
#x27;, 'wait', $postback, $what ); } 1; # EOF my $lock = Lock->new(); To check if a value is locked, just call $lock->locked( 'name' );. To have an event block on a lock (without holding up the whole kerne

session locking

2002-11-20 Thread Al Tobey
->resume( 'my_session' );. This might be especially useful when Sessions might exist in separate threads or processes (wrap up the uglier IPC mechanisms like IPC::SysV). Anyways, I have something that works - just hoping for something cleaner. -Al Tobey *

Re: Everything You Know Is Wrong (Object Systems Yet Again)

2002-08-09 Thread Al Tobey
On Fri, 2002-08-09 at 14:30, [EMAIL PROTECTED] wrote: > On Fri, Aug 09, 2002 at 12:27:02PM -0400, Al Tobey wrote: > > Note that I think creating a custom description language/format within > > POE would likely be much more efficient than using UML. I don't > > re

Re: Everything You Know Is Wrong (Object Systems Yet Again)

2002-08-09 Thread Al Tobey
> Well, generating Perl should be possible then. I think the approach > of embedding the description (UML or Rocco's notation) in the Perl > code is better. There are tools that try to generate UML from code, but > this is hard, and probably impossible for Perl code. Additionally, > POE does want

Re: Everything You Know Is Wrong (Object Systems Yet Again)

2002-08-09 Thread Al Tobey
Dia (http://www.lysator.liu.se/~alla/dia/) can draw UML, but can only generate C++ and Java (using a separate tool). I've used it for documentation purposes, but not much else. It's part of GNOME, it's free, it's written in C. -Al Tobey BTW, still working on marionette

Re: PoCo-SNMP questions

2002-07-02 Thread Al Tobey
ive events from. It would truly be an interesting project -Al Tobey On Tue, 2002-07-02 at 15:41, Todd Caine wrote: > > If someone were to write a POE SNMP component, would it be > best to wrap it around an existing CPAN SNMP module or go > for yet another SNMP implementation? &g

RE: ANN: POE 0.1901 released

2002-06-04 Thread Al Tobey
which varies between Linux and HP-UX here. So, to use 5.6.1 on HP-UX, I use "export PATH=/opt/perl-5.6.1:$PATH" and see what I'm using with "perl -v". Not sure if you've already thought of this, but it works for me. -Al Tobey On Tue, 2002-06-04 at 00:17, [EMAIL PROTEC

Re: POE RPM's

2002-06-01 Thread Al Tobey
.rpm This should work for most any CPAN module. The world is a happy place ... -Al Tobey On Fri, 2002-05-31 at 20:02, Peter Chen wrote: > On Fri, 2002-05-10 at 09:17, Rocco Caputo wrote: > > It looks like you'll need to upload them to Mandrake's incoming > > directory and

new Filter?

2002-04-03 Thread Al Tobey
ff isn't exposed all over the place, but I think it'd be an appropriate Filter. Any thoughts, ideas? -Al Tobey Unix Administrator Jack-Of-All-Trades, Master at Some. This email and any files transmitted with

Re: Multithreaded Forking. Wheel::Run

2002-03-14 Thread Al Tobey
A" ); } # this is input from the child process sub handle_input_event { my( $heap, $buffer, $wheel_id ) = @_[ HEAP, ARG0, ARG1 ]; print "I got this: '$buffer' from wheel $wheel_id\n"; # Send SOME MORE DATA to the child's standard in $he