Re: [U2] CPU Charge Units

2012-08-23 Thread Tony Gravagno
When we were doing service bureaus in the 80's the Charge Units was one of many metrics used for billing (in addition pages printed, user count, CPU speed, disk consumed, network traffic, and others. But as technology moved forward the value of Charge Units became increasingly unreliable,

Re: [U2] Virtualizing a Universe server of 100+ users

2012-08-23 Thread Eric Armstrong
Thanks to all who responded. We aren't re-using the same machine but it's still nice to know we would experience a 30-40% drop if we were. Looks like we may have to tune the virtual machine to minimize the performance drop... but I'm not at all sure how to estimate how much it will be. Eric

[U2] Variable Interpolation

2012-08-23 Thread jjuser ud2
Good afternoon, Does UniBasic have a way to do variable interpolation (without writing to a file, compiling it as a program, and calling it)? ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Variable Interpolation

2012-08-23 Thread Wjhonson
If you give a specific example, maybe there's an answer -Original Message- From: jjuser ud2 jju...@gmail.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Thu, Aug 23, 2012 5:14 pm Subject: [U2] Variable Interpolation Good afternoon, Does UniBasic have a way to do variable

Re: [U2] Variable Interpolation

2012-08-23 Thread Doug Averch
A way might be a paragraph and call it from TCL. However, I cannot fathom why you want to do this. PA DISPLAY A,Your Name is a good programmer at U2Logic TEST Your Name=DOUG DOUG is a good programmer at U2Logic Regards, Doug On Thu, Aug 23, 2012 at 5:47 PM, jjuser ud2 jju...@gmail.com

Re: [U2] CPU Charge Units

2012-08-23 Thread Wjhonson
I have discovered a way to determine, from inside Universe, what Windows thinks is the amount of CPU time that each one of all running process has consumed. Now I just need to work out a better way to tie this into the other internal details of the process so it can actually be a useful tool

Re: [U2] Variable Interpolation

2012-08-23 Thread George Gallen
I don't know of any way to do that in UV. I'm assuming you want to dynamically create a callable function without having to save/compile? The only thing I'd suggest is set George Gallen Senior Programmer/Analyst Accounting/Data Division ggal...@wyanokegroup.com ph:856.848.9005 Ext 220 The

Re: [U2] Variable Interpolation

2012-08-23 Thread George Gallen
Sorry, my laptop got a little too excited, and thought I was finished with my email! Anyway, I'd suggest setting up a tmpfs if your in unix, or create a memory drive in windows, then have a subroutine that writes to that location, compiles and catalogs - then uses the call @ method to call the

Re: [U2] Variable Interpolation

2012-08-23 Thread Tony Gravagno
From: jjuser Does UniBasic have a way to do variable interpolation (without writing to a file, compiling it as a program, and calling it)? Do you mean something like this? VAL = 0 CALL @SUB FOO(X,Y);Y=X+1;RETURN( 3, VAL ) CRT VAL ; * 4 That would be Awesome! I don't believe any of the MV

Re: [U2] CPU Charge Units

2012-08-23 Thread Tony Gravagno
From: Wjhonson I have discovered a way to determine, from inside Universe, what Windows thinks is the amount of CPU time that each one of all running process has consumed. Now I just need to work out a better way to tie this into the other internal details of the process so it can actually

Re: [U2] Variable Interpolation

2012-08-23 Thread David Jordan
I wrote one myself. There is some capability with one of the conv commands but it is limited to 255character. Regards David Jordan -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tony Gravagno Sent: Friday, 24