On Wed, 2 Feb 2000, Shashank Phadke wrote:

> Hi --
>
> Anyone experienced problems (core dumps *sigh*) when using native calls with
> servlets ? Typically if anyone has had problems with JRun as servlet engine
> ??
>
> I am trying to assess problems with my native code against problem with the
> servlet engine handling native calls.

Have not worked with JRun but...

Traditionally, JVMs cannot handle problems with native calls graciously
and this is documented from the earliest releases of Sun's JWS. Look into
the intrinsics of native and green threads and you'll know why. If you
have ensured that your native libraries are loaded and running, I'd say
that by 99% your C calls are not working properly. Any error in your
native calls will bring the world down.

Hope this helps,
Kostas

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to