Re: concurrent users and filtering data down to other users

2008-09-30 Thread denstar
On Tue, Sep 30, 2008 at 2:39 AM, Tom Chiverton wrote: > On Monday 29 Sep 2008, Ian Skinner wrote: >> connected to receive content. The closest you can get with these >> technologies is to regularly pull updated data from the client. I.E. >> Set a function on the client to check the server for new

Re: concurrent users and filtering data down to other users

2008-09-30 Thread Tom Chiverton
On Monday 29 Sep 2008, Ian Skinner wrote: > connected to receive content. The closest you can get with these > technologies is to regularly pull updated data from the client. I.E. > Set a function on the client to check the server for new data every X > seconds. There are actually several ways t

Re: concurrent users and filtering data down to other users

2008-09-29 Thread Richard White
thanks for your advice iain. its a good idea with the original value except with this software there is alot of data on some pages (grids and trees etc...) thanks again, really do appreciate your advice and input richard >I don't know if this is easier or not... but it is what I've done whe

Re: concurrent users and filtering data down to other users

2008-09-29 Thread Ian Skinner
I don't know if this is easier or not... but it is what I've done when worried about 'brown' data. When a user views a data set for editing, keep of a copy of the data as they received it, probably in a session variable. Then when they submit changes to this data, compare the 'original state'

Re: concurrent users and filtering data down to other users

2008-09-29 Thread Richard White
hi, we were thinking that we could have an application variable that stores the state of the data, for example if it has not changed then it is set to 'no change', else if it is processing a request then it would be set to 'processing', and if it has finished processing and no errors occurred

Re: concurrent users and filtering data down to other users

2008-09-29 Thread Richard White
thanks for your advice Ian, i thought we may be missing something and that there was a common way people handled this through ColdFusion; so it looks like we are going to have to add some form of page locking or content updater function as you suggested. thanks for your advice richard >You ca

Re: concurrent users and filtering data down to other users

2008-09-29 Thread Ian Skinner
You can not do this with basic HTTP/HTML/AJAX level technology. There is no connection between the server and any client that recently connected to receive content. The closest you can get with these technologies is to regularly pull updated data from the client. I.E. Set a function on the

concurrent users and filtering data down to other users

2008-09-29 Thread Richard White
hi, we cannot seem to find any discussion on the internet regarding this issue. this is regarding multiple users looking at a page where data can be changed by those users, and we want the data changes to filter to the other people looking at the data? is there any general disdussions on this?

OT: Desperately Seeking Crystal Reports 8 Enterprise License (~30 Concurrent users)

2005-12-12 Thread Rachel Maxim
Years ago my company made the (poor) decision to develop lots and lots of reports on Crystal Reports 8 Enterprise. We are now switching to new servers and have been unable to locate our old license(s). Version 8 is no longer sold, and we are moving away from Crystal to CF Reports and naturally do

RE: COncurrent Users

2002-02-07 Thread Keen
Sorry misread the question...thought you were trying to figure out the setting for simultaneous request in the CF Admin. -Original Message- From: Keen [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 9:26 AM To: CF-Talk Subject: RE: COncurrent Users The best way to do this

RE: COncurrent Users

2002-02-07 Thread Keen
The best way to do this is with a load test tool. Create a script that walks through your site and then run the test with different settings for the number of concurrent users. Compare the results to determine the best setting for that application. That is also a good time to enable debugging

COncurrent Users

2002-02-07 Thread Nick Betts
Hi, Is there a way to test system performance based on differenet number of concurrent users? Are there any guidelines from macroMedia on the maximum number of concurrent users CF server supports? I realise this is quite ballpacrk but basically need to presnet some figures to our client

RE: Concurrent users and client certificates

2001-04-05 Thread Kevin Gilchrist
Thank you! -Original Message- From: Teng-Yan Loke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 11:11 PM To: CF-Talk Subject: RE: Concurrent users and client certificates -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try this: http://www.cfvault.com/index.cfm/mode

RE: Concurrent users and client certificates

2001-04-04 Thread Teng-Yan Loke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try this: http://www.cfvault.com/index.cfm/mode/DisplayTutorial/TuUUID/7F4D0522-EC4C-1 1D3-85030050DABEAE1B/Tutorial_Page/1 - Loke, Teng-Yan | [EMAIL PROTECTED] | +65-8313547 E-Developer | novaSPRINT.com (S) Pte Ltd -BEGIN PGP SIGNATURE---

RE: Concurrent users and client certificates

2001-04-04 Thread Thomas Chiverton
You cant read another users cookie :thinks more I really cant think of a way to do it nicly... :hmms ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-a

RE: Concurrent users and client certificates

2001-04-04 Thread Thomas Chiverton
Wont that need an application var. per user ? -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 4:10 PM To: CF-Talk Subject: Re: Concurrent users and client certificates Ok if my logic is not totally wacky here, what I am proposing is

RE: Concurrent users and client certificates

2001-04-04 Thread Kevin Gilchrist
. How would you try to read another user's cookie though? -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 10:38 AM To: CF-Talk Subject: RE: Concurrent users and client certificates Seems fairly easy... In you application.cfm

Re: Concurrent users and client certificates

2001-04-04 Thread Bryan LaPlante
. - Original Message - From: "Kevin Gilchrist" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, April 04, 2001 9:27 AM Subject: Concurrent users and client certificates > Hi all, > > I need to meet a business requirement

RE: Concurrent users and client certificates

2001-04-04 Thread Tumy, Brad
yeah I think your right...sorry didn't think through fully before I responded. -Original Message- From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 10:42 AM To: CF-Talk Subject: RE: Concurrent users and client certificates Thanks for your answer Br

RE: Concurrent users and client certificates

2001-04-04 Thread Tumy, Brad
logs in. Brad Tumy -Original Message- From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 10:28 AM To: CF-Talk Subject: Concurrent users and client certificates Hi all, I need to meet a business requirement where the same user cannot be logged in concurrently, i.e. if I

Concurrent users and client certificates

2001-04-04 Thread Kevin Gilchrist
Hi all, I need to meet a business requirement where the same user cannot be logged in concurrently, i.e. if I log in a kgilchrist from one machine, I can't log in again from another machine until at least the first session ends. At the moment users are given a client certificate which I authenti