All,

I am playing around with the following:

    Use an interceptor / extension in conjuction with the thread pool to

    allow async method invocation. The interceptor bundles up the method
call
    (instance + method object, just like an InvokationHandler) and
    passes it to a threadpool for execution.

So, what metadata do we store about methods of a service interface?

I looked through excalibur/meta but couldn't find anything.

I figure the only methods that can be made async are those that return
void and do not throw Exceptions.

/LS


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to