You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Karthik <ka...@xius.org> on 2005/12/19 14:41:49 UTC

Which is better Option

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.

with regards
Karthik


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Which is better Option

Posted by Yogesh Prajapati <yk...@gmail.com>.
On 12/20/05, Karthik <ka...@xius.org> 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:funkman@joedog.org]
> 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: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
> --
> 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: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

RE: Which is better Option

Posted by Karthik <ka...@xius.org>.

Hi Form


  *Which Option [ advantages /limitations ] is Better ?*

  Certenly yes ,but need more clarifications [ assuming running on same
JVM ]



  with regards
Karthik

-----Original Message-----
From: Tim Funk [mailto:funkman@joedog.org]
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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


--
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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Which is better Option

Posted by Karthik <ka...@xius.org>.
Hi Form


  *Which Option [ advantages /limitations ] is Better ?*

  Certenly yes ,but need more clarifications [ assuming running on same
JVM ]



  with regards
Karthik

-----Original Message-----
From: Tim Funk [mailto:funkman@joedog.org]
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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


--
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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Which is better Option

Posted by Tim Funk <fu...@joedog.org>.
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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org