Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #8647

Re: Timeouts and Thread(?) Interruption/Execution

From Dr J R Stockton <reply1147@merlyn.demon.co.uk>
Newsgroups comp.lang.javascript
Subject Re: Timeouts and Thread(?) Interruption/Execution
Date 2011-11-25 20:47 +0000
Organization Home
Message-ID <KsTtCqF57$zOFwJv@invalid.uk.co.demon.merlyn.invalid> (permalink)
References <n4htc7pvev38hjrea5vhvi9dj4r4u062ff@4ax.com>

Show all headers | View raw


In comp.lang.javascript message <n4htc7pvev38hjrea5vhvi9dj4r4u062ff@4ax.
com>, Thu, 24 Nov 2011 14:29:49, Gene Wirchenko <genew@ocis.net> posted:

>     Suppose that I have a form and a timeout.  The form has
>validation on the fields.  If a timeout occurs during the execution of
>validation code, what happens?

You need to realise that those who initially wrote JavaScript were in a
country that never developed a language of its own, and is where people
often use words with a flagrant disregard for their proper meaning.
Especially in regard to date/time.

"getTimezoneOffset", in JavaScript, means "getTimeOffset".

"timeout" really means "delayed function call".

There is no provision for, in the general sense, interrupting running
script (the script can pause and restart, then looking for new
information (such as STOP!)).

The consequences of the impossible are undefined.

My "validation" page includes a parameter-driven routine for doing most
or all of the validation of a many-field form with a minimum (roughly)
of new code.

-- 
 (c) John Stockton, nr London, UK.    ?@merlyn.demon.co.uk     Turnpike v6.05.
 Website  <http://www.merlyn.demon.co.uk/> - w. FAQish topics, links, acronyms
 PAS EXE etc. : <http://www.merlyn.demon.co.uk/programs/> - see in 00index.htm
 Dates - miscdate.htm estrdate.htm js-dates.htm pas-time.htm critdate.htm etc.

Back to comp.lang.javascript | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Timeouts and Thread(?) Interruption/Execution Gene Wirchenko <genew@ocis.net> - 2011-11-24 14:29 -0800
  Re: Timeouts and Thread(?) Interruption/Execution "Richard Cornford" <Richard@litotes.demon.co.uk> - 2011-11-24 22:44 +0000
  Re: Timeouts and Thread(?) Interruption/Execution Dr J R Stockton <reply1147@merlyn.demon.co.uk> - 2011-11-25 20:47 +0000

csiph-web