Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 12686
Status: resolved
Priority: 0/
Queue: POE

People
Owner: Nobody in particular
Requestors: jordan [...] ColemanFamilyCamps.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



To: Rocco Caputo <rcaputo [...] pobox.com>
From: Jordan Coleman <jordan [...] ColemanFamilyCamps.com>
Subject: Possible extension to POE::Component::Client::TCP
Date: Mon, 25 Apr 2005 22:09:52 -0400
I've been making quite a bit of use of POE::Component::Client::TCP in a home automation project I'm working on. To make persistent connections to TCP-controlled devices easier, I've got a subclass I wrote called POE::Component::Client::TCP::NailedUp that supports automatic reconnecting of disconnected TCP sessions. Before I package it up on its own and shove it into CPAN, I wanted to check if (a) you wanted to instead integrate the functionality into your base class or (b) you had any commentary on the module name, implementation, etc. before I committed to something. Let me know what you think, or if someone else is maintaining the module now, where to ask. Thanks. I'm attaching the (not-really-ready-for-prime-time) module if you care to glance at it. ++Jordan Coleman

Message body is not shown because sender requested not to inline it.

Hi, Jordan. Are you still interested in releasing the NailedUp subclass as a separate distribution? I've had a change of design philosophy and think that would be a great idea. It certainly works better than bundling everything into one class with a lot of options... a sin I'm afraid I've made quite enough already in POE. -- Rocco On Thu May 05 04:05:17 2005, jordan@ColemanFamilyCamps.com wrote: Show quoted text
> I've been making quite a bit of use of POE::Component::Client::TCP in a > home automation project I'm working on. To make persistent connections > to TCP-controlled devices easier, I've got a subclass I wrote called > POE::Component::Client::TCP::NailedUp that supports automatic > reconnecting of disconnected TCP sessions. > > Before I package it up on its own and shove it into CPAN, I wanted to > check if (a) you wanted to instead integrate the functionality into > your base class or (b) you had any commentary on the module name, > implementation, etc. before I committed to something. > > Let me know what you think, or if someone else is maintaining the > module now, where to ask. > > Thanks. I'm attaching the (not-really-ready-for-prime-time) module if > you care to glance at it. > > ++Jordan Coleman >
Feel free to release it at will.