Re: POE and perl5.8.0+ithreads

2002-08-11 Thread Arthur Bergman
On lördag, augusti 10, 2002, at 08:39 , sungo wrote: The problem manifests itself in a few ways. in t/08_errors.t, a message will get dumped to STDERR that looks like Argument 'Random string here\n' not numeric in comparison at . if you download POE::Session::Cascading,

POE::IRC: working DCC send code snippet somewhere?

2002-08-11 Thread Bruno Boettcher
Hello! still struggling with my bot... wanted to lt it accept under certai conditions large filetransfers, and before i begin to implement that thing, i was wondering if someone out there allready programmed for POE::IRC the DCC methods for receiving files, especially from a first glance i

Re: POE::IRC: working DCC send code snippet somewhere?

2002-08-11 Thread Dennis Taylor
On Sun, Aug 11, 2002 at 04:22:53PM +0200, Bruno Boettcher wrote: still struggling with my bot... wanted to lt it accept under certai conditions large filetransfers, and before i begin to implement that thing, i was wondering if someone out there allready programmed for POE::IRC the DCC

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

2002-08-11 Thread tr16
On Sat, Aug 10, 2002 at 12:15:20AM +0200, Arthur Bergman wrote: On fredag, augusti 9, 2002, at 03:33 , [EMAIL PROTECTED] wrote: Then go take that time and improve ithreads performance ! :) That's a prerequisite for transaction support somehow ... torvald How so? And whats

Re: UML?!

2002-08-11 Thread tr16
On Sat, Aug 10, 2002 at 12:47:30AM -0400, Rocco Caputo wrote: On Fri, Aug 09, 2002 at 01:42:39PM +0200, [EMAIL PROTECTED] wrote: On Fri, Aug 09, 2002 at 03:18:55AM -0400, Rocco Caputo wrote: after all, if you find some time, please have a look at UML. it was started by Rationale

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

2002-08-11 Thread tr16
On Sat, Aug 10, 2002 at 02:22:58PM -0600, Chris Fedde wrote: On Sat, 10 Aug 2002 14:18:57 -0400 Rocco Caputo wrote: +-- | You bring up an interesting question in passing. What should POE's | components be called? POE::Component, POE::Class, POE::Object?

Re: Object System: embedded documentation

2002-08-11 Thread tr16
On Fri, Aug 09, 2002 at 10:05:49PM -0400, Rocco Caputo wrote: On Fri, Aug 09, 2002 at 05:14:02PM -0500, Garrett Goebel wrote: public echo(Data) means that the echo _method_ handles Data messages? but... Emits: echoed(Data) means echoed _messages_ of type Data are sent?