Re: [JBoss-user] Taking backups

2001-07-01 Thread Anatoly Akkerman
On Sun, 1 Jul 2001, Ole Husgaard wrote: > Hi, > > Anatoly Akkerman wrote: > > Beware, you are entering the twilight zone. This is the direction > > 'adaptive' system take -- very active research area in CS. > > I guess this also overlaps a little with > advanced monitoring and policing. Absol

Re: [JBoss-user] Taking backups

2001-07-01 Thread Peter Fagerlund
on 1-07-01 15.41, Ole Husgaard at [EMAIL PROTECTED] wrote: > How do you get the measurements needed for the > adaptation? without going native - a simple way - to simple perhaps - is to have a separate thread sleep in a set interval and measure the deviation against the set interval. If mean val

Re: [JBoss-user] Taking backups

2001-07-01 Thread Ole Husgaard
Hi, Anatoly Akkerman wrote: > Beware, you are entering the twilight zone. This is the direction > 'adaptive' system take -- very active research area in CS. I guess this also overlaps a little with advanced monitoring and policing. Coming from the networking world, I have been thinking about ad

RE: [JBoss-user] Taking backups

2001-06-30 Thread Anatoly Akkerman
On Sat, 30 Jun 2001, marc fleury wrote: > |Hot swap of software components... NOW that would be interesting... I'm > |not sure how useful though. The system would still be down while the > > Dynamic reconfiguration of flow of interceptors... > > the future... > > my eye is moving by himself

RE: [JBoss-user] Taking backups

2001-06-30 Thread marc fleury
|Hot swap of software components... NOW that would be interesting... I'm |not sure how useful though. The system would still be down while the Dynamic reconfiguration of flow of interceptors... the future... my eye is moving by himself REM? marcf |swap was happening.. unless you did some s

Re: [JBoss-user] Taking backups

2001-06-30 Thread Grim Shieldsson
Hot swap of software components... NOW that would be interesting... I'm not sure how useful though. The system would still be down while the swap was happening.. unless you did some sort of queuing.. which might take less time then a full, stop-upgrade-start cycle. It would be interesting, and s

Re: [JBoss-user] Taking backups

2001-06-30 Thread Peter Fagerlund
very good then - make a backup and leave it to the db to make a correct snapshot - but this thread suggest - to still have the capability to "change" a component in the system at any time - stopping/starting any traffic to and from all other components - throught a observeble mechanism ? ... /pet

Re: [JBoss-user] Taking backups

2001-06-30 Thread Grim Shieldsson
--- [EMAIL PROTECTED] wrote: > On Sat, Jun 30, 2001 at 10:21:35AM -0400, David Green wrote: > > Sounds like more of a database-specific question than a JBoss > question. > > For instance, with Progress, I think it's possible to halt updates > to the > > actual database files, all updates are tempo

Re: [JBoss-user] Taking backups

2001-06-30 Thread Grim Shieldsson
Your normal database backup routines should do just fine, since from a certain point of view, JBoss is just a client. I've done plenty of hot backups before, this should be no different. --- [EMAIL PROTECTED] wrote: > What is a workable way of taking regular backups of the database in a > JBoss

Re: [JBoss-user] Taking backups

2001-06-30 Thread Ole Husgaard
Hi, [EMAIL PROTECTED] wrote: > I'm not sure how transactions are implemented in Java. I'm paranoid > enough, however, to think that it is possible that a Java transaction > implementation uses several DB-native transactions per one of its own > transactions. If so, then attacking this only at the

RE: [JBoss-user] Taking backups

2001-06-30 Thread RRokytskyy
> I am not burdened with legacy software and I am doing a design from > scratch so I can pretty much make all the decisions. I want to make > sure I do it properly from the start :-) So, you can try the Firebird (InterBase) database. Because of the versioning mechanism, you can do backups when ot

Re: [JBoss-user] Taking backups

2001-06-30 Thread bcd
On Sat, Jun 30, 2001 at 10:21:35AM -0400, David Green wrote: > Sounds like more of a database-specific question than a JBoss question. > For instance, with Progress, I think it's possible to halt updates to the > actual database files, all updates are temporarily stored in .ai (after > image files

RE: [JBoss-user] Taking backups

2001-06-30 Thread David Green
it is implemented. > > regards > > marcf > > > |-Original Message- > |From: [EMAIL PROTECTED] > |[mailto:[EMAIL PROTECTED]]On Behalf Of > |[EMAIL PROTECTED] > |Sent: Saturday, June 30, 2001 8:19 AM > |To: jboss > |Subject: [JBoss-user] Taking backups > |

RE: [JBoss-user] Taking backups

2001-06-30 Thread marc fleury
|To: jboss |Subject: [JBoss-user] Taking backups | | |What is a workable way of taking regular backups of the database in a |JBoss application? I am assuming I can't just merrily copy the |database while it is working. Is it possible to put JBoss into some |kind of "idle" mode so that it

[JBoss-user] Taking backups

2001-06-30 Thread bcd
What is a workable way of taking regular backups of the database in a JBoss application? I am assuming I can't just merrily copy the database while it is working. Is it possible to put JBoss into some kind of "idle" mode so that it temporarily halts all transactions (and flushes any unwritten data