Re: Threading with an object and Session

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



If you need to do the operation asyncronusly then take all the data of
the request and session, populate an object then put this object on a
message queue

Have another application read messages of the queue and process them

.



Relevant Pages

  • Re: GO SAVE Problem
    ... It means that either you're signed on to another session or you have ... another job running that has allocated your message queue. ... DDUNN *MSGQ and see what job has your message queue allocated. ... Bob Comer ...
    (comp.sys.ibm.as400.misc)
  • Re: Looking for advise: Multithreaded http requests
    ... The best way to do asynchrnous processing is to queue up the user's ... request in a database or a message queue and let the user know you'll ... >the provider responds and then makes request to the next ptovider in the row. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Why no thread.sleep in servlet and a light way to poll from a servlet
    ... threads in a servlet container. ... Just want the incoming request to poll a resource a couple of times ... have one request send a message to a message queue ... have the client poll at a reasonable interval to a ...
    (comp.lang.java.programmer)
  • Re: Many threads in Linux
    ... parsing a line of text then sending a message to a message queue, ... If request processing involves some system calls or memory ...
    (comp.programming.threads)