Re: run an interactive command using POE::Wheel?

2009-09-28 Thread Scott Wiersdorf
the mistake of hitting the group with something (and apologizing). Scott -- Scott Wiersdorf sc...@perlcode.org

Re: run an interactive command using POE::Wheel?

2009-09-24 Thread Scott Wiersdorf
, you might notice that when each put() call is made, a newline (by default) is added to the output. So in essence you've been adding extra newlines, which has probably caused the problem. Scott -- Scott Wiersdorf sc...@perlcode.org

[announce] Glass Bead Network on POE

2008-03-26 Thread Scott Wiersdorf
in the making (working nights and weekends can only get you so far, so fast). The website is http://www.glassbead.net/ (signup and play is free, and we have a tournament this Saturday--come play or just come watch if you like. I'm user 'scott' in the game). POE is our messaging engine between the Flash

Re: Filter::HTTPD, UTF-8 and cursing

2008-03-22 Thread Scott Wiersdorf
application that was doing sort of the same thing. I'm just guessing here (i.e., untested code may break things!). HTH, Scott -- Scott Wiersdorf [EMAIL PROTECTED]

Re: concurrency and Server::TCP

2008-03-12 Thread Scott S. McCoy
for the next newline. This behavior is all configurable, naturally. Cheers, Scott S. McCoy On Wed, 2008-02-13 at 14:28 -0800, vidals wrote: I have an app that I wrote which is sensitive to being overwhelmed by POE's multitasking. I couldn't figure out a way to slow it down and run serially, so I

Re: Considering a sig() refcount rollback (was Re: signal design discussions from IRC...)

2006-08-28 Thread Scott Wiersdorf
as it used to be, and then in some future date he (or some other ambitious person) could add in the optional keep-alive semantics if it were popular enough to warrant it. Scott -- Scott Wiersdorf [EMAIL PROTECTED]

Re: HTTP server in POE with a twist

2005-12-07 Thread Scott McCoy
Alternatively you could use POE::Component::Server::SimpleHTTP On 12/6/05, Pedro Melo Cunha [EMAIL PROTECTED] wrote: Many thanks, I missed that from the docs, I'm must be blind or something. :( Sorry bout that. On Dec 6, 2005, at 1:10 PM, Mathieu Longtin wrote: In the content handler,

Perl2Exe and POE on Linux

2005-09-30 Thread Scott Neibarger
if POE has been validated to work on RedHat Linux with Perl2Exe? I've made it work with Win32, but will also need to make it work on HP-UX, AIX and Solaris. Best Regards, Scott Neibarger

Re: Has anyone used POE::Component::Client::POP3

2005-08-19 Thread Scott Beck
, it could be. Also What is the Bind Address and port . I do not understand this term clearly. It's the local address the program binds to when connecting. It's passed along to POE::Wheel::SocketFactory as the BindAddress argument. Cheers, Scott

Re: how to send to POE TCP Server for non POE apps

2004-04-12 Thread Scott
more information. - Scott

Re: event propagation

2004-03-14 Thread Scott Beck
On Sat, 2004-03-13 at 11:01, Rocco Caputo wrote: On Sat, Mar 13, 2004 at 03:35:47AM -0800, Scott Beck wrote: Hola, Currently I am working on a Perl client class for Y Windows (http://www.y-windows.org). My Y class currently acts like a POE::Component in that it creates it's own session

event propagation

2004-03-13 Thread Scott Beck
) { $parent-dispatch_event($signal_name, @params); } } } Thanks, Scott -- Scott Beck [EMAIL PROTECTED] Gossamer Threads

Re: Preventing connections with POE::Component::Server::TCP

2004-03-08 Thread Scott Beck
. Cheers, Scott -- Scott Beck [EMAIL PROTECTED] Gossamer Threads

Re: POE::Kernel-invoke() [ Patch attached ]

2004-02-20 Thread Scott
in an easier to follow fasion. - Scott

Re: POE::Kernel-invoke() [ Patch attached ]

2004-02-20 Thread Scott
the session and not providing access to other session specific methods is a great arguement for not putting event routing in the session object itself. Consistency is very important in maintaining an API that makes sense to anyone. - Scott

Re: POE::Kernel-invoke() [ Patch attached ]

2004-02-19 Thread Scott
Rocco Caputo wrote: On Wed, Feb 18, 2004 at 07:37:02PM -0800, Scott wrote: The difference is very favorable, here are my benchmark results: POE::Kernel-call(): 123 wallclock secs (111.82 usr + 0.86 sys = 112.68 CPU) @ 8874.69/s (n=100) POE::Kernel-invoke(): 33 wallclock secs (28.74

Re: Handling multi-line SocketFactory input?

2004-02-19 Thread Scott
-new(InputLiteral = END\n); This is of course assuming END\n will NEVER occur in your arbitrary number of lines here segment. But again, it would definitely be most accurate to write your own filter. - Scott

Re: POE::Kernel-invoke()

2004-02-19 Thread Scott
looking at next thursday? - Scott

Re: POE::Kernel-invoke() [ Patch attached ]

2004-02-19 Thread Scott
checks for or assumes it. - Scott

Re: POE::Kernel-invoke() [ Patch attached ]

2004-02-19 Thread Scott
forcibly sane, you cannot operate on another sessions aliases...you dont have that option (Without delving deeply into shit thats very obvious you really shouldn't be delving into anyway, that is). And thats my response to that. - Scott

POE::Kernel-invoke() [ Patch attached ]

2004-02-18 Thread Scott
for the method, I'll gladly change the patch and resubmit. test-output.err: Debug output from make test on my tree test_invoke.pl: Benchmark for testing invoke() state POE-Kernel.patch: Patchset for lib/POE/Kernel.pm POE-Wheel.patch: Patchset for lib/POE/Wheel/ - Scott ev enqueued event 1

Re: POE::Kernel-invoke() [ Patch attached ]

2004-02-18 Thread Scott
Tim Wood wrote: At 07:37 PM 02/18/04, Scott wrote: In response to an agreement that it would in fact be beneficial to follow the pattern of POE::Kernel-yield rather than implement invoking in the session object, attached is the patchset and benchmarks for a new POE::Kernel-invoke method

Re: POE::Session-call()

2004-02-11 Thread Scott
Scott wrote: Rocco Caputo wrote: On Tue, Feb 10, 2004 at 09:00:01PM -0800, Scott wrote: Rocco Caputo wrote: I'm glad you don't support inter-session calling. You really can't do that without at least setting POE::Kernel's notion of the active session. Otherwise a callee's alarms

Re: POE::Session-call()

2004-02-11 Thread Scott
Scott wrote: Rocco Caputo wrote: On Tue, Feb 10, 2004 at 09:00:01PM -0800, Scott wrote: Rocco Caputo wrote: I'm glad you don't support inter-session calling. You really can't do that without at least setting POE::Kernel's notion of the active session. Otherwise a callee's alarms

Re: POE::Session-call()

2004-02-11 Thread Scott
the POE Framework to let POE do its thing, and stops people from doing things like creating sessions just for the sake of creating sessions. - Scott

Re: POE::Session-call()

2004-02-11 Thread Scott
Nick Williams wrote: Scott wrote: [...] If you're really only storing data, you really should use an object OR package in the ways I mentioned above. Atleast, if you have any desire to maintain efficiency. Now here I must note, that I didn't come up with the idea of removing inter-session

[Fwd: Re: POE::Session-call()]

2004-02-11 Thread Scott
-Language: en-us, en MIME-Version: 1.0 To: Scott [EMAIL PROTECTED] Subject: Re: POE::Session-call() References: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED

Re: POE::Session-call()

2004-02-11 Thread Scott
Nick Williams wrote: Scott wrote: Nick Williams wrote: Scott wrote: [...] If you're really only storing data, you really should use an object OR package in the ways I mentioned above. Atleast, if you have any desire to maintain efficiency. Now here I must note, that I didn't come up

Re: [Fwd: Re: POE::Session-call()]

2004-02-11 Thread Scott
Rocco Caputo wrote: On Wed, Feb 11, 2004 at 09:54:24AM -0800, Scott wrote: Not everything needs to be an event, or so Rocco once told me. True, but POE is nice because you /can/ make everything an event, if you so desire. Yes but this still isn't an arguement for inter

Re: POE::Session-call()

2004-02-10 Thread Scott
Rocco Caputo wrote: On Mon, Feb 09, 2004 at 06:02:27PM -0800, Scott wrote: There was a problem with this patch, which unlikely got noticed due to the fact that it would not have caused an error until you used the ReadWrite wheel with a depricated filter object. The test suite does

Re: POE::Session-call()

2004-02-10 Thread Scott
Rocco Caputo wrote: On Tue, Feb 10, 2004 at 09:00:01PM -0800, Scott wrote: Rocco Caputo wrote: I'm glad you don't support inter-session calling. You really can't do that without at least setting POE::Kernel's notion of the active session. Otherwise a callee's alarms (and other resources

POE::Session-call()

2004-02-07 Thread Scott
or conditions of its implimentation prior to being applied to the current cvs tree, please let me know. I will try to meet all prerequesites, as I would like to see this patch applied in the next release. - Scott Common subdirectories: poe/lib/POE/API and poe.session.call/lib/POE/API Common subdirectories

Re: RFC: 1.0 and the end of official 5.6.1 support

2004-02-06 Thread Scott Beck
a loose representation of where the author thinks the code is in terms of stability and the only rule for versions is it must be changed from release to release. Just MHO. Cheers, Scott -- Scott Beck [EMAIL PROTECTED] Gossamer Threads

Re: RFC: 1.0 and the end of official 5.6.1 support

2004-02-06 Thread Scott Beck
On Fri, 2004-02-06 at 18:38, sungo wrote: Drop support for any perl versions earlier than 5.6.1. dropping support for =5.8.2 is O.K. with me :) -- Scott Beck [EMAIL PROTECTED] Gossamer Threads

Re: Eksemple on http post instead of http get.

2004-02-04 Thread Scott
be a balanced list passed as an array reference, as the HTTP::Request::Common documentation suggests. $kernel-post( ua = request = got_response = POST $url [ name = value ]); - Scott Michael wrote: Does anyone have an example on a http post instead of the http-get in the following example... http

Terminating SSL proxy: has it been done?

2003-07-30 Thread Scott Flinn
! This is long winded! My apologies for that. I'll appreciate whatever advice you can offer, however brief. Scott -- Scott Flinn += | Research Officer, Human Web Group | National Research Council Canada | Institute

Re: _data_ev_refcount_dec cleanup

2002-12-22 Thread Scott Beck
5828 Reeds Road Main: 913.384.1008 Mission, KS 66202 Fax: 913.384.2180 www.scriptpro.com [EMAIL PROTECTED] Cheers, Scott -- Scott Beck [EMAIL PROTECTED] Gossamer Threads

Re: What to Name the Baby

2002-08-19 Thread Peter Scott
When you implement an exception-processing mechanism I assume it will be called POE::Try ? -- Peter Scott Pacific Systems Design Technologies

ReadWrite and eof

2002-05-22 Thread Peter Scott
. Maybe this is a dumb question, but why no such event? Peter Scott [EMAIL PROTECTED] http://www.perldebugged.com

Wheel::Run

2001-03-07 Thread Peter Scott
guts of POE to know whether this is feasible; what about all the fds the parent is selecting on, what does the child do with those, etc. What are the potential pitfalls? Yes, I could put the code in a string and just exec perl and print this to it. But this looks cooler. -- Peter Scott Pa

Re: Server pinging

2001-03-05 Thread Peter Scott
At 10:44 PM 3/2/01 -0500, Rocco Caputo wrote: On Thu, 01 Mar 2001 23:15:44 -0800, Peter Scott wrote: I'm constructing a daemon to respond to user questions about various services, e.g., is sendmail on such-and-such host working, is the web server on another host working, etc; I just came