All:

        Since Im fairly new to servlets, and dont have access to
many of my docs this month, I am seeing the following problem I am
hoping someone can shed some light on.

I have a sample servlet that invokes some JNI code that winds
up calling another set of libraries that send/rcv an rpc based msg
to a DB server.  The msg from the JNI stuff sends the msg over our
intranet where the DB server processes the request.  The request
does make it to the server, the DB server indicates it sends back
N tuples, however the JNI code that is to receive the msg at the
servlet server end just falls off the face of the earth waiting for
the response msg.  DB server and servlet server are on 1 machine,
client is on a machine half way around the world.  I dont see where
I am trying to write on the client side, but yet do no know what
is going on.  Any ideas....


Thankx:

        Chris Sallstrom
        [EMAIL PROTECTED]

___________________________________________________________________________
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