On Mon, 4 Jun 2007, Eric Busto wrote:
Does anyone have a cookbook example using PoCo::IKC::Client? The
ClientLite example on
http://poe.perl.org/?POE_Cookbook/Application_Servers_2 works great, but
I would like to use the full featured Client. In fact, an example
duplicating what that ClientLite example does would be a great start.
I looked at the test clients included in the PoCo::IKC distribution, but
they made my head hurt. I suspect I'm not the only person who could
benefit from such an example.
I can confirm your suspicions.
I had the exact same experience as you
(me looking at the test clients made your head hurt? :)
I do understand the ClientLite examples.
With ::Client, I'm not getting what exactly you're supposed
to do. Why (and when) are we "publishing" things (are we?)
from the client ? (for example) Why is it necessary
to 'alias_set' when the kernel/session is already named?
When I look at the source for ClientLite versus Client,
they seem quite different (i.e. ClientLite isn't just a wrapper
around Client), so I can't just look at ClientLite and figure
out how it used Client.