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

2002-01-24 Thread Rocco Caputo
On Thu, Jan 24, 2002 at 12:11:44PM -0600, Bob Maccione wrote: > well, we're finally blessed with decent hardware (which means a 16 processor > E10k with 12G of memory) so yeah, 6M isn't a big deal. > > However, I'm not sure if I understand your wording, if I get a 100byte > message and have the

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 b

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

2002-01-24 Thread tr16
On Thu, Jan 24, 2002 at 12:47:52PM -0500, alex j avriette wrote: > course wrote the LittleEndian filter, and the napster server. I am very > impressed with it and want to contribute however I can. I suspect > finishing off PoCo::FTP would be useful to the project, but I'd have to > reach s

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 th

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

2002-01-24 Thread Chris Fedde
On Thu, 24 Jan 2002 09:58:31 -0800 "Andrew A. Chen" 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 limi

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

2002-01-24 Thread Bob Maccione
well, we're finally blessed with decent hardware (which means a 16 processor E10k with 12G of memory) so yeah, 6M isn't a big deal. However, I'm not sure if I understand your wording, if I get a 100byte message and have the BlockSize set to 30k, wouldn't I be passing around a 100byte (+some over

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

2002-01-24 Thread Andrew A. Chen
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 there is a particular combination of POE/perl that is

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 > BlockS

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. http://envy.posixnap.net/~

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

2002-01-24 Thread Bob Maccione
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 to 30k (now I understand that you don't want to set it to really r

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 > availabl

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 > >> o

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

2002-01-24 Thread alex j avriette
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 P::C::S::I module, but I forgot to check the list to see if >> anyone els

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 contin