Search:

Type: Posts; User: stdunbar

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    3,832

    Re: Servlet request time out error

    Sorry if it wasn't clear. Let's try it again.

    In your Servlet you likely have at least a doGet() method - I'm going to guess that that is what you are showing. You need to break up the work into...
  2. Replies
    4
    Views
    3,832

    Re: Servlet request time out error

    So effectively you've got an asynchronous process but you're trying to treat it as a synchronous process.

    My recommendation would be two fold. First, no user wants to wait 4 minutes for a result...
Results 1 to 2 of 2