Re: (not entirely...) OT: OPINION... chicken entrails, runic stones, and crystal balls... WAS CoBOL moved to OO

From: Peter E.C. Dashwood (dashwood_at_enternet.co.nz)
Date: 01/02/04


Date: Fri, 2 Jan 2004 13:33:25 +1300


"Judson McClendon" <judmc@sunvaley0.com> wrote in message
news:d084e95d71481c0ded3bedb002a816da@news.teranews.com...
> "Doug Scott" <dwscott@ieee.org> wrote:
> > Judson,
> >
> > > It would be interesting to learn how you see
> > > these in a 'no batch' scenario. :-)
> >
> > I did a lot of work on this. You can do most updates in real time, but
> > reporting is by its very nature a batch process.
>
> Real time updates for most things, maybe, but probably not payroll. You
> have to know the totals before you can calculate the details. And all the
> checks will probably need to be printed at the same time.
>

Still printing checks? How quaint...

What about the employees who demand gold coins or livestock <G>?

Moving numbers between the Bank and your employees is something Banks have
dealt with for many years now. In Europe it is called BACS...

> Even when things can be done real time you may not want to, because it
> complicates the rounding error problem, for example. For those of you
> not familiar, you can get very different results by rounding each of
> 100,000 transactions then summing them, as opposed to summing
> 100,000 transactions then rounding once. You can mitigate this in some,
> but not all, situations by using more decimal places at certain levels.
>

"Computer Fraud 101..."

> I guess you could say that some things process incrementally, and those
> can be done completely real time. But there are other things that process
> in some larger quantum, and those may not suitable for real time
> processing, at least completely.

Bollocks!

Your ability to complicate essentially simple processes never ceases to
astound me...

If something has "granularity" your real time system must recognise that.
There are standard practices and procedures for doing this. You can adjust
the "sample rate" or adjust the tolerances. The only time I ever encountered
this was in control of an oil refinery; the application of it to Business is
improbable, but, even if it were, the same techniques would solve the
problem.

Pete.



Relevant Pages

  • Re: putting the "R" in an RTS
    ... like integrated production and ships moving in real time and ... remove updates deserves a round of muffle muffle muffle on Posh ... to remove updates and smooth out mobility, production, etc but they ...
    (rec.games.empire)
  • Re: Shared sheets
    ... But lots of people don't use excel for anything that requires simultaneous ... If you really need concurrent updates, ... > us can open that sheet and modify it? ... >>> the master report sheet would update in real time. ...
    (microsoft.public.excel.misc)
  • Re: WMP11 shared folders do not auto update when files are moved/inser
    ... Speaking for myself only. ... See http://zachd.com/pss/pss.html for some helpful WMP info. ... and then updates it in the library. ... Is there any way for WM to update the library in real time without ...
    (microsoft.public.windowsmedia.player)
  • E-mails an hour off
    ... All e-mails seem to be an hour behind the real time. ... matter where they come from or what program they are all ... The Exchange 2K3 server is set to the ... ran a bunch of MS updates last night on all the 2K and ...
    (microsoft.public.exchange.admin)
  • Re: Inserting Date into TextBox
    ... Depends what you mean by real time. ... If you want the textbox ticking over each second, ... personally use the Windows timer, and have a callback to manage the updates. ...
    (microsoft.public.excel.programming)