On 12/20/05, Karthik <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi Form
>
>
>   *Which Option [ advantages /limitations ] is Better ?*
>
>   Certenly yes ,but need more clarifications [ assuming running on same
> JVM ]


It is possible to implement JMS based solution within same JVM. JMS is the
way to go as long as you not talking about OLTP (Online Transaction
Processing) kind of application OR any real time interaction where client is
required to wait for respone.

  with regards
> Karthik
>
> -----Original Message-----
> From: Tim Funk [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 19, 2005 7:18 PM
> To: Tomcat Users List
> Subject: Re: Which is better Option
>
>
> jms - JMS can live in the same JVM or be moved to a new JVM without
> changing
> any servlet code. (Only some config changes)
>
>
> -Tim
>
> Karthik wrote:
>
> > Hi Form
> >
> >  Please somebody specify
> >
> >  Which Option [ advantages /limitations ] is Better ?
> >
> >    1) Using a Servlet to created a seperate Thread for processing a Bulk
> DB
> > Task [ Off the limits of session time]
> >    2) Using JMS to handle the Bulk DB Task.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: 12/16/2005
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to