Witango-Talk: cancel a query

2008-03-28 Thread Ted Wolfley
Hi, I have a site where a user can submit a complex query to search a 3.5+ million record table. Once submitted, the query is set-up to bring back only the first 1000 records. While waiting for the results, the user hits the back button or closes the browser window, how does Witango handle

RE: Witango-Talk: cancel a query

2008-03-28 Thread Robert Shubert
In this case, the request will run to completion and data will be returned to the web server, which will then throw it away (probably after realizing that the client's browser no longer wants it). Since Witango is not aware of the activities of the web browser (and really, the web server) it will

Re: Witango-Talk: variableTimeout

2008-03-28 Thread Roland Dumas
what's the odd behavior you're seeing? On Mar 27, 2008, at 8:48 AM, William M Conlon wrote: I want to trigger the variable timeout for debugging so I can investigate the behavior on expiration and when the user returns. I'll use @ASSIGN NAME=variableTimeout SCOPE=user VALUE=1 and wait

Re: Witango-Talk: variableTimeout

2008-03-28 Thread William M Conlon
Just application logic. I need to make sure that user state is properly re-established for a session that timed-out, but has been 're-invigorated'. Bill William M. Conlon, P.E., Ph.D. To the Point 2330 Bryant Street Palo Alto, CA 94301 vox: 650.327.2175 (direct) fax: 650.329.8335

Re: Witango-Talk: cancel a query

2008-03-28 Thread MC Tay
If the index is setup properly, querying 1000 records out of 3.5 million records should be pretty fast. We have a query retrieving 500-1000 records from 1.75 million records in a three table joint, and it takes about 3 to 6 seconds. MC At 08:29 AM 3/28/2008, you wrote: Hi, I have a site

RE: Witango-Talk: variableTimeout

2008-03-28 Thread Jesse Parker
What do you mean by re-invigorated? The variableTimeoutTrigger happens after the scope is gone. -Original Message- From: William M Conlon [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2008 4:05 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: variableTimeout Just

Re: Witango-Talk: variableTimeout

2008-03-28 Thread William M Conlon
Login == establish user state (ie., user scope variables), Set UserReferenceCookie Timeout == save user state to database, purge user scope variables Request == If UserReferenceCookie matches a timed-out record, reload user state from database. Bill William M. Conlon, P.E., Ph.D. To the

RE: Witango-Talk: variableTimeout

2008-03-28 Thread Jesse Parker
On timeout, the scope is purged (all variables are empty) and THEN the variableTimeoutTrigger is fired. So, I don't know how you plan to save the user state on timeout. -Original Message- From: William M Conlon [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2008 4:22 PM To: