----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
jon * wrote:
> Don't post to this list talking about your usage of STM and expect
> performance. That is like a complete contradiction in terms. ;-)
Thanks Jon...mmm... I am actually not implementing that
SingleThreadModel interface in my servlet (I cannot find any info on it
anyway).
My problem is that my servlet does not implement it but acts as if a
call to the servlet cannot be returned till the previous call has been
finished, and wonder how can I check and solve this. Maybe someone here
can give me any directions...
Using native Threads in the JVM seems to create even more problems...
Anyway, as I have understood it, not implementing SingleThreadModel
interface must allow JServ to execute several threads of the servlet,
but this doesn't seem to occur in my installation. Do I have to use
Native Threads or something? Does green threds imply getting only one
thread of the servlet beeing "serviced"?
Thanks for any info.
Ignacio de Córdoba
SKIOS / TUPORTAL.COM
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]