Hi, everyone, I hadn't ever paid close attention to POE::NFA before, but re-reading the docs the other day, I realized that it might allow me to simplify some code I've written.
That said, I have a bunch of working code already, so I'm wondering if it's worth it. First, can it be used with Component::Client::TCP? That is, could I add SessionType => "POE::NFA" and expect things to work, or would I have to drop down to creating and managing my own Wheels and such? Second, other than clarity---which could be compelling enough for at least a couple of bits of code if not all of it---are there any other benefits? Does its structure allow for lower overhead or anything like that? Thanks for any answers. Mike.
