I think your need a /restore rather than a /fileload - may have these reversed .... have I ever mentioned how much I dislike D3/Windows :-)
If you don't already have one, grab a copy of the VME blob!!
Simply using the system & printing causes frames to disappear, a problem which hasn't been addressed in well over a decade. Obviously the problem can be solved, as you simply don't see this with D3/Linux or AIX.
Pity ... I've always liked the idea of /Windows, but the product has a number of fatal flaws.
Hi Ross
Ross Said
Hi TG jumping to conclusions again best read the posts more carefully. I have the greatest respect for Ross Ferris software, unlike yourself as you refused to look at it, I actually use some of his work and am looking to use Visage in a possible development.
TG perhaps it is time that you listened instead of raging, as you said you have not worked there for the 15 years I was talking about.
Hi Tony,I certainly did not mean to imply that. I've been thinking more about this over the past few days & trying to reconcile Ross' experience with mine and perhaps others like Pete. My hypothesis is that since both flavours of d3 are 'hosted' the differences are more likely to be o/s &/or h/w issues/differences; than inherent bugs with d3.
My reference to doing a vme restore because of lost frames was more about saying the frame loss were due to non-d3 issues such as users closing their telnet app before logging off, printer issues and network issues; rather than this being "normal". Of course it is not normal, and certainly should not be the case.
But my mobile phone drops out sometimes, too; requiring me to re-dial. It shouldn't do that either.I have no doubt Ross has had problems, and those should be addressed. In regards to that, my experience via [the late] T-Data and specifically Mike Raffaele & Ross Reichardt [both of whom moved to their new Aussie owners, MBS] and their conduits back to engineering in d3 teams; has been excellent.
Perhaps Ross' issues are to do with the specific feature[s] which perhaps I do not use?
In that way, I do not consider myself to have been rebuking; but rather adding to the discussion to provide balance. Perhaps to the point of encouraging Ross to look again, although I know I would be unlikely to move off Windoze for my reasons; I suspect he is unlikely to move off *nix for his.
Ross Said"IIRC your "unix" experience was with platforms like "Edge" --> unproven platform running OA, and even on PC platforms OA was a dud that (quite rightly) I don't think Pick Systems ever sold in the wild --> speed was 25% of AP/Native .... they did get there with D3 on PC platforms, but Edge went to oblivion as an unfortunate blip on the radar. Had you opted for Seqoia, they had the people to make it work, and history would have been significantly changed. "Ross remembers the major tragedy of EDGE which would never have happened had I been allowed to specify the system. At the time AWA/Sanderson (I can't remember the exact change name/date) were too busy with internal reorganisation to quote - actual statement to tender request for $250,000 system. Lionel Singer's mob tried to backdoor the quote. Ultimate was my preference but EDGE had personal directorial connections and Sequoia wasn't on the radar at that time..However my Unix experience ranges across System V to Sun - the Sun was the biggest disaster as it went down for 10 days with a Unix virus, Pick was fine. The Edge was replaced with a Sanyo which I had also quoted and ran until 2000 - the brilliant accountants involved had extended my base system and their extensions were not 2000 compliant whereas I made ours compliant in 1988 and it is running to this day.
As for running like R83 well my code successfully incorporated the first remote credit card systems for Fuel sites in 1983 and I had service station pumps connected directly by 1988. We must acknowledge Luke Webber as assisting with the comms..I fully agree that Raining Data dropped the ball by concentrating on Linux - ignoring the major desktop system in the world - which Ross has used extremely well. However we have used several different printing systems on everything from stand-alone PCs to remote virtual servers in cities and on base machines that I have no contact with. Our latest effort uses PrintWizard on Windows 7 and HP printers with many thousands of prints each month and nary an issue in three years ( touch wood). All has tested well on Windows 10.Perhaps Ross has extended the definition of printing a tad too far :-)
* Routine to test loss of frames** Tests the assertion that hold entries cause loss of free frames* when deleted.******************************************************************** Main section* Create something to printTO.PRINT = ""FOR X = 1 TO 10 ;* Change to alter size of printTO.PRINT := "Z"NEXT X** Get start valueGOSUB GETFRAMESSTART.FRAMES = AVAIL.FRAMES** Print to hold entry multiple timesFOR X = 1 TO 100 ;* Change to alter number of hold entriesEXECUTE "SP-ASSIGN HS" CAPTURING DUMMY RETURNING RETVALPRINTER ONPRINT TO.PRINTPRINTER OFFPRINTER CLOSENEXT X* Get fresh available valueGOSUB GETFRAMESAFTER.FRAMES = AVAIL.FRAMES* Now clear the hold entriesEXECUTE "SP-EDIT MUD" CAPTURING DUMMY RETURNING RETVALEND.FRAMES = AVAIL.FRAMES*GOTO ENDOFROUTINE********************************************************************GETFRAMES: * Get free frames via what commandEXECUTE "WHAT (LSW" CAPTURING DUMMY RETURNING RETVAL*WHAT = DUMMY<3>WHAT = TRIM(WHAT)*AVAIL.FRAMES = FIELD(WHAT,' ',7)*RETURN*ENDOFROUTINE: * End of routinePRINT "FRAMES AT START OF ROUTINE: " : START.FRAMESPRINT "FRAMES AT END OF PRINT : " : AFTER.FRAMESPRINT "FRAMES AT END OF ROUTINE : " : END.FRAMESEND
I appreciate the fact that you wrote a test program to test my statement - and you are right, in the real world you would end up with print jobs of various sizes, some a single frame, others hundreds or thousands of frames, and over time, frames do go missing.
You may well be right, and there other factors at play, though RD always acknowledged this as a spooler issue
We DO make extensive use of flashed code (speed is good) ... one of those "new features" that too few people use to have all of the kinks worked out
Hi