On Tue, Mar 16, 2010 at 2:24 PM, Sai Pullabhotla
<sai.pullabho...@jmethods.com> wrote:
> Currently, we call the Ftplet.onConnect from the sessionOpened method.
> May be we should add yet another method to the Ftplets to indicate a
> sessionCreated event, in case if some one wants to use it?

If I recall correctly, sessionCreated is called from the IO processor
thread and we would therefore shortcut our threading model if we
expose it to Ftplets (letting an Ftplet block the entire listener). My
understanding is that sessionCreated is useful if you really know what
you're doing and I'm not sure that should be required by Ftplet users
:-)

/niklas

Reply via email to