Re: [U2] [ud] Sub-second delay?

2012-09-01 Thread dmm
From some even older references (just for fun) we have: REALITY - Assembly Language Reference Manual (May 1976, http://www.bitsavers.org/pdf/microdata/reality/771009A_REALITYasmRef_May76.pdf) Definition: "RQM - Process releases the remainder of its time quantam to the monitor." ---

Re: [U2] [ud] Sub-second delay?

2012-08-30 Thread David L. Wasylenko
: Thursday, August 30, 2012 3:51 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [ud] Sub-second delay? > From: David L. Wasylenko > (I don't miss the 150/300bps modems) > (( yes I am that old )) And old enough to forget that it was

Re: [U2] [ud] Sub-second delay?

2012-08-30 Thread Tony Gravagno
> From: David L. Wasylenko > (I don't miss the 150/300bps modems) > (( yes I am that old )) And old enough to forget that it was 110baud. haha ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-u

Re: [U2] [ud] Sub-second delay?

2012-08-30 Thread David L. Wasylenko
Users List' Subject: Re: [U2] [ud] Sub-second delay? I was just talking with a client this morning that was lamenting the fact that our proposed SQL solution would require 4 VM machines to run a comparable system to his current one on UniData that "doesn't have as much processing

Re: [U2] [ud] Sub-second delay?

2012-08-30 Thread Colin Alfke
memory, and is possible that it has less disk space than the phone has RAM...) Colin -Original Message- From: Rutherford, Marc Sent: August 30, 2012 10:19 AM To: U2 Users List Subject: Re: [U2] [ud] Sub-second delay? Ah yes, Microdata - my first Pick machine. We were running a 32 user ERP

Re: [U2] [ud] Sub-second delay?

2012-08-30 Thread Rutherford, Marc
...@listserver.u2ug.org] On Behalf Of dennis bartlett Sent: Thursday, August 30, 2012 1:18 AM To: U2 Users List Subject: Re: [U2] [ud] Sub-second delay? Actually the RQM functionality existed at hardware level (a true release quantum timeslice) when Pick ran on the Microdata machines specifically built

Re: [U2] [ud] Sub-second delay?

2012-08-30 Thread Wjhonson
] [ud] Sub-second delay? Actually the RQM functionality existed at hardware level (a true release quantum timeslice) when Pick ran on the Microdata machines specifically built for Pick. Way back when, Master Dick (and the other fella) wrote 'the ideal operating system' as their thesis.

Re: [U2] [ud] Sub-second delay?

2012-08-30 Thread Wjhonson
I was soldering cables, when my supervisor said Hey they just came out with this fancy new *crimping* tool... -Original Message- From: dennis bartlett To: U2 Users List Sent: Wed, Aug 29, 2012 9:25 pm Subject: Re: [U2] [ud] Sub-second delay? ha ha.. ok, then how about going

Re: [U2] [ud] Sub-second delay?

2012-08-30 Thread Wols Lists
On 30/08/12 08:55, dennis bartlett wrote: > Well, then you would remember CHAP (where you create a processing > priority). One could flag some processes to work as foreground and others, > where finish time was not of great concern, to background. One then set > CRON items to CHAP up processes over

Re: [U2] [ud] Sub-second delay?

2012-08-30 Thread dennis bartlett
Actually the RQM functionality existed at hardware level (a true release quantum timeslice) when Pick ran on the Microdata machines specifically built for Pick. Way back when, Master Dick (and the other fella) wrote 'the ideal operating system' as their thesis. The theory goes that operating system

Re: [U2] [ud] Sub-second delay?

2012-08-30 Thread dennis bartlett
> I don't know that it ever did what I was told it did, it sure sounded > good! > > > > On 28 August 2012 02:51, Wjhonson wrote: > > > >> How interesting. RQM isn't even in the online help for Universe 10, > >> but it does compile. > >> > >

Re: [U2] [ud] Sub-second delay?

2012-08-29 Thread dennis bartlett
ha ha.. ok, then how about going into debug n below, and using Peek/Poke and good ol' fashion arithmetic to fix GFE's? What fun! (yeah, me old too! A sense of accomplishment redeeming a 10MB file on which life depended!) McDonell Douglas Sequoia, and Allen, ever tried silver nitrating a mirror to

Re: [U2] [ud] Sub-second delay?

2012-08-29 Thread Tony Gravagno
The documentation is interesting for at least two reasons. 1) I have an R83 manual in my hands, v5 1990 that has the exact same text as the Microdata text below, except with the words REALITY and Pick interchanged, and one other subtlety: REALITY: "RQM statement causes a one-second sleep, terminat

Re: [U2] [ud] Sub-second delay?

2012-08-29 Thread Rutherford, Marc
On Behalf Of Charlie Noah Sent: Tuesday, August 28, 2012 7:33 PM To: U2 Users List Subject: Re: [U2] [ud] Sub-second delay? Yes, Dennis, it did. There are long technical explanations of how it worked, but it was indeed a clever, 'techie-appealing' concept. Back in the old Microdata day

Re: [U2] [ud] Sub-second delay?

2012-08-29 Thread David A. Green
, August 28, 2012 9:24 PM To: 'U2 Users List' Subject: Re: [U2] [ud] Sub-second delay? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of dennis bartlett Sent: Tuesday, August 28, 2012 10:20 PM To: U2 Users List S

Re: [U2] [ud] Sub-second delay?

2012-08-29 Thread Drew William Henderson
"Thrashing", I believe. Good times. Good times. :-) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charlie Noah Sent: Tuesday, August 28, 2012 10:33 PM To: U2 Users List Subject: Re: [U2] [ud] Sub-se

Re: [U2] [ud] Sub-second delay?

2012-08-28 Thread Bob Wyatt
-Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of dennis bartlett Sent: Tuesday, August 28, 2012 10:20 PM To: U2 Users List Subject: Re: [U2] [ud] Sub-second delay? Who on earth is going to understand what 're

Re: [U2] [ud] Sub-second delay?

2012-08-28 Thread Allen Elwood RR
good! On 28 August 2012 02:51, Wjhonson wrote: How interesting. RQM isn't even in the online help for Universe 10, but it does compile. -Original Message- From: David L. Wasylenko To: U2 Users List Sent: Mon, Aug 27, 2012 9:41 am Subject: Re: [U2] [ud] Sub-second delay? Universe on

Re: [U2] [ud] Sub-second delay?

2012-08-28 Thread Charlie Noah
mpile. -Original Message- From: David L. Wasylenko To: U2 Users List Sent: Mon, Aug 27, 2012 9:41 am Subject: Re: [U2] [ud] Sub-second delay? Universe only supports an integer for the SLEEP command... Try this in unidata: 001 CRT TIMEDATE() 002 FOR I=1 TO 5 003 SLEEP 0.5 004 NEXT

Re: [U2] [ud] Sub-second delay?

2012-08-28 Thread dennis bartlett
gt; How interesting. RQM isn't even in the online help for Universe 10, but > it does compile. > > > -Original Message- > From: David L. Wasylenko > To: U2 Users List > Sent: Mon, Aug 27, 2012 9:41 am > Subject: Re: [U2] [ud] Sub-second delay? > > > Unive

Re: [U2] [ud] Sub-second delay?

2012-08-28 Thread Wjhonson
ait time will be at least 65432 microseconds" W. S. J. -Original Message- From: John Thompson To: U2 Users List Sent: Tue, Aug 28, 2012 9:51 am Subject: Re: [U2] [ud] Sub-second delay? Oh and I should have said usleep handles time in microseconds. There is a million microse

Re: [U2] [ud] Sub-second delay?

2012-08-28 Thread John Thompson
t that with a df command. Just use the switch to > show inodes I believe. > > Other than that, I'm afraid thats all I've got- if that helps. > > > > On Tue, Aug 28, 2012 at 11:51 AM, Wjhonson wrote: > >> >> Example code ? >> >> >> >> -Origina

Re: [U2] [ud] Sub-second delay?

2012-08-28 Thread John Thompson
le code ? > > > > -Original Message- > From: Daniel McGrath > To: U2 Users List > Sent: Tue, Aug 28, 2012 1:57 am > Subject: Re: [U2] [ud] Sub-second delay? > > > I needed this once for a test program I was writing (not production code). > > To do it,

Re: [U2] [ud] Sub-second delay?

2012-08-28 Thread Wjhonson
Example code ? -Original Message- From: Daniel McGrath To: U2 Users List Sent: Tue, Aug 28, 2012 1:57 am Subject: Re: [U2] [ud] Sub-second delay? I needed this once for a test program I was writing (not production code). To do it, I cheated a bit and used the socket API and used a

Re: [U2] [ud] Sub-second delay?

2012-08-28 Thread Daniel McGrath
I needed this once for a test program I was writing (not production code). To do it, I cheated a bit and used the socket API and used a blocking command, which did support timeouts with millisecond granularity. Works like a charm; at least in the cases when you don't have to worry about people c

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Oaks, Harold
12 2:35 PM To: U2 Users List Subject: Re: [U2] [ud] Sub-second delay? yep, it's there for compatibility with pr1me. the source is in APP.PROGS SLEEP: 0031 subroutine PR1ME(time.in.milliseconds) 0032 ;* if time.in.milliseconds < 1000 then sleep 1 0033 ;* else sleep (time.in.milliseconds

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Ed Clark
starting with a "!" > Only *eighteen* in BASIC HELP > > Jeez > > > > -Original Message- > From: George Gallen > To: U2 Users List > Sent: Mon, Aug 27, 2012 1:50 pm > Subject: Re: [U2] [ud] Sub-second delay? > > > This is a Prime

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Ed Clark
CALL !SLEEP$(1500) > to pause 1.5 seconds. > > Harold Oaks > Clark County > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson > Sent: Monday, August 27, 2012 10:10 AM >

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Wjhonson
Wow! We have *SEVENTY NINE* entries in Global.Catdir starting with a "!" Only *eighteen* in BASIC HELP Jeez -Original Message- From: George Gallen To: U2 Users List Sent: Mon, Aug 27, 2012 1:50 pm Subject: Re: [U2] [ud] Sub-second delay? This is a Prime Information ca

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread George Gallen
-second delay? Oooo naughty This is *not* in our online HELP BASIC display, and yet it works. I guess it's a synonym for NAP in Universe -Original Message- From: Oaks, Harold To: U2 Users List Sent: Mon, Aug 27, 2012 1:34 pm Subject: Re: [U2] [ud] Sub-second delay? In Uni

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Wjhonson
Oooo naughty This is *not* in our online HELP BASIC display, and yet it works. I guess it's a synonym for NAP in Universe -Original Message- From: Oaks, Harold To: U2 Users List Sent: Mon, Aug 27, 2012 1:34 pm Subject: Re: [U2] [ud] Sub-second delay? In Universe Basic

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Oaks, Harold
-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Monday, August 27, 2012 10:10 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [ud] Sub-second delay? O talk about bringing a system to its knees :) -Original Message- From: Marco Antonio Rojas Castro To: u2-users Sent

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Wjhonson
O talk about bringing a system to its knees :) -Original Message- From: Marco Antonio Rojas Castro To: u2-users Sent: Mon, Aug 27, 2012 9:59 am Subject: Re: [U2] [ud] Sub-second delay? H = SYSTEM(12) ;* TIME IN MILISECONDS LOOP H2 = SYSTEM(12) IF H2 - H > 500 THEN E

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Kevin King
>H2 = SYSTEM(12) >IF H2 - H > 500 THEN EXIT ;* 500 MS ELAPSED > REPEAT > > > > > Date: Mon, 27 Aug 2012 10:17:01 -0600 > > From: ke...@precisonline.com > > To: u2-users@listserver.u2ug.org > > Subject: Re: [U2] [ud] Sub-second delay? > > &g

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread David L. Wasylenko
-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Marco Antonio Rojas Castro Sent: Monday, August 27, 2012 12:00 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [ud] Sub-second delay? H = SYSTEM(12) ;* TIME IN MILISECONDS LOOP H2 = SYSTEM(12) IF H2 - H

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Marco Antonio Rojas Castro
H = SYSTEM(12) ;* TIME IN MILISECONDS LOOP H2 = SYSTEM(12) IF H2 - H > 500 THEN EXIT ;* 500 MS ELAPSED REPEAT > Date: Mon, 27 Aug 2012 10:17:01 -0600 > From: ke...@precisonline.com > To: u2-users@listserver.u2ug.org > Subject: Re: [U2] [ud] Sub-second delay? > > Ah

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Kevin King
d...@pickpro.com > > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org [mailto: > u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson > Sent: Monday, August 27, 2012 11:51 AM > To: u2-users@listserver.u2ug.org > Subject: Re: [U2] [ud] Sub-secon

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread David L. Wasylenko
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Monday, August 27, 2012 11:51 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [ud] Sub-second delay? How interesting. RQM isn't even in the online help for Universe 10, but it does compile. -Original Message-

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Wjhonson
How interesting. RQM isn't even in the online help for Universe 10, but it does compile. -Original Message- From: David L. Wasylenko To: U2 Users List Sent: Mon, Aug 27, 2012 9:41 am Subject: Re: [U2] [ud] Sub-second delay? Universe only supports an integer for the SLEEP co

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread David L. Wasylenko
k Professionals, Inc w) 314 558 1482 d...@pickpro.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of lar...@wcs-corp.com Sent: Monday, August 27, 2012 11:30 AM To: U2 Users List Subject: Re: [U2] [ud] Sub-second delay

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread larryh
RQM is still supported by UniData, but it's now merely a synonym for SLEEP. NAP is a UV thing, with millisecond granularity. SLEEP, in both UV and UD, like the *nix sleep command, only counts in whole seconds. Larry Hiscock Western Computer Services > > RQM was supposed to be merely a command t

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread David L. Wasylenko
-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Rutherford, Marc Sent: Monday, August 27, 2012 11:23 AM To: U2 Users List Subject: Re: [U2] [ud] Sub-second delay? While OT to your question, I miss the true RQM (release quantum) from the OS days. A nice w

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Rutherford, Marc
While OT to your question, I miss the true RQM (release quantum) from the OS days. A nice way to make a resource-hungry program more courteous to other users. Marc Rutherford Principal Programmer Analyst Advanced Bionics LLC 661) 362 1754 -Original Message- From: u2-users-boun...@li

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Wjhonson
You could try a single RQM and time it? I'm fairly certain Unidata should have RQM since it goes back to the original Reality code. -Original Message- From: Kevin King To: U2 Users List Sent: Mon, Aug 27, 2012 9:17 am Subject: Re: [U2] [ud] Sub-second delay? Ah crap, this c

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Kevin King
Ah crap, this client is Unidata 6.1 and NAP is not supported. I'm not seeing it in the 7.1 or 7.2 docs either. Looks to be a UV thing, right? On Mon, Aug 27, 2012 at 9:41 AM, David L. Wasylenko wrote: > NAP 500 > > ... david ... > > David L. Wasylenko > President, Pick Professionals, Inc > w)

Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread David L. Wasylenko
NAP 500 ... david ... David L. Wasylenko President, Pick Professionals, Inc w) 314 558 1482 d...@pickpro.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: Monday, August 27, 2012 10:46 AM To: U2