No support for failover would be one thing wrong with it.

Dave Wolf
Internet Applications Division
Sybase

----- Original Message -----
From: "Chaganthi, Madhusudan R." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 14, 2001 4:25 PM
Subject: Re: Entity or Session


> What is wrong in publishing this object as a Singleton in the JNDI
> namespace?
> Have synchorized mutator methods on it for clients to read and update
data.
>
> If you wish to persist this data, write to a DB at regular intervals so
that
> you dont completely lose the data.
>
> Comments/suggestions welcome.
>
> Thanks
> Madhu
>
>
>
> -----Original Message-----
> From: arun kumar [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 14, 2001 3:47 PM
> To: [EMAIL PROTECTED]
> Subject: Entity or Session
>
>
> Hi all,
>
> I am unable to decide to use stateless session bean or
> entity bean, here my problem.
>
> I have a table which has just one record( it will not
> have more than one ), and based on some business logic
> i need to update the record and return the value to
> client each time a client request for it, there might
> be lots of concurrent clients doing this request at
> any point of time.
>
> Since there is lots of read/write to this table, if i
> pool the session bean - will the synchronization be a
> bottleneck( store/load methods ) or use a stateless
> session bean for this stuff.
>
> Arun
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to