Hi all, I am now trying to create an ExternalMethod that executes a long process (about 30 seconds) in a new thread and then this thread sends the result per e-mail. The ExternalMethod must return inmediatly. I need this behavior in order to not block the user while browsing. Are there anybody that can help me?