Re: POE::Component::Server::IRC

2002-01-24 Thread tr16
On Wed, Jan 23, 2002 at 04:11:28PM -0600, [EMAIL PROTECTED] wrote: I made a hint on the POE::Component list on the wiki that I am working on the P::C::S::I module, but I forgot to check the list to see if anyone else is working on it. Let me know if you are, otherwise I'm gonna continue

Re: POE::Component::Server::IRC

2002-01-24 Thread tr16
On Thu, Jan 24, 2002 at 11:12:42AM -0500, alex j avriette wrote: On Thursday, January 24, 2002, at 09:29 AM, [EMAIL PROTECTED] wrote: On Wed, Jan 23, 2002 at 04:11:28PM -0600, [EMAIL PROTECTED] wrote: I made a hint on the POE::Component list on the wiki that I am working on the

Re: POE::Component::Server::IRC

2002-01-24 Thread Rocco Caputo
On Thu, Jan 24, 2002 at 11:12:42AM -0500, alex j avriette wrote: I wanted to pop into this conversation briefly... I wrote a napster server using POE and a module I called POE::Filter::LittleEndian (before I had really tinkered with PoCo::IRC). I believe most of that code is available on

RE: POE::Component::Server::IRC

2002-01-24 Thread Bob Maccione
really large sizes but where are the tradeoffs? thx, bobm -Original Message- From: Rocco Caputo [EMAIL PROTECTED]@INTERNET@HHC Sent: Thursday, January 24, 2002 8:53 AM To: [EMAIL PROTECTED] Subject: Re: POE::Component::Server::IRC ... On Thu, Jan 24, 2002 at 11:12:42AM

Re: POE::Component::Server::IRC (and PoCo::FTP and other goodies)

2002-01-24 Thread alex j avriette
On Thursday, January 24, 2002, at 11:52 AM, Rocco Caputo wrote: perlserver.pl is 403 forbidden. Have you tried increasing the SysRW Oops, sorry, that machine was recently upgraded and im afraid a complete mirror of its previous configuration was not accomplished.

Re: POE::Component::Server::IRC

2002-01-24 Thread Rocco Caputo
On Thu, Jan 24, 2002 at 11:10:49AM -0600, Bob Maccione wrote: I've been playing with the BlockSize on my app (that's not quite done yet) and am wondering what the downside of having a larger BlockSize is? If I know that my max message size will be 30k what is wrong with setting the BlockSize

RE: POE::Component::Server::IRC

2002-01-24 Thread Bob Maccione
] Subject: Re: POE::Component::Server::IRC ... On Thu, Jan 24, 2002 at 11:10:49AM -0600, Bob Maccione wrote: I've been playing with the BlockSize on my app (that's not quite done yet) and am wondering what the downside of having a larger BlockSize is? If I know that my max message

Re: POE::Component::Server::IRC

2002-01-24 Thread Jason Boxman
On Thursday 24 January 2002 12:58 pm, you wrote: Speaking of memory, has anyone done an analysis of various version of POE and perl, to see how much memory each one of these configurations use? I would like to use POE on an embedded device which has limited memory, and no swap space. If

Re: POE::Component::Server::IRC (and PoCo::FTP and other goodies)

2002-01-24 Thread Matt Cashner
On (01/24/02 12:47), alex j avriette wrote: finishing off PoCo::FTP would be useful to the project, but I'd have to reach sungo to do that I suspect. Is sungo on list? but of course i am. i am not pursuing that poco anymore. my last employer pulled funding of that project and i dont work

Re: POE::Component::Server::IRC (and PoCo::FTP and other goodies)

2002-01-24 Thread Rocco Caputo
On Thu, Jan 24, 2002 at 12:47:52PM -0500, alex j avriette wrote: On Thursday, January 24, 2002, at 11:52 AM, Rocco Caputo wrote: On a more higher level, there are a lot of half-baked ideas on POE's web site. Implementing one of them, or even just commenting on them, would be a big help.

Re: POE::Component::Server::IRC

2002-01-23 Thread Matt Cashner
On (01/23/02 17:12), Casey West wrote: This makes me want to write a minimal client program using the curses libraries. It was pretty easy to write pong, how hard could this be? :-) Also, I'd like to add encryption to it, and it would be cool to have an encryption based server that I can

Re: POE::Component::Server::IRC

2002-01-23 Thread Mark Cheverton
On Wed, 2002-01-23 at 22:11, [EMAIL PROTECTED] wrote: I made a hint on the POE::Component list on the wiki that I am working on the P::C::S::I module, but I forgot to check the list to see if anyone else is working on it. Let me know if you are, otherwise I'm gonna continue writing it.

Re: POE::Component::Server::IRC

2002-01-23 Thread Dennis Taylor
On Wed, Jan 23, 2002 at 05:12:34PM -0500, Casey West wrote: This makes me want to write a minimal client program using the curses libraries. It was pretty easy to write pong, how hard could this be? :-) I seem to recall that someone already wrote a console-based IRC client using POE