V8 performance

Michael . Michael,



You're such a good source for details like these!



Your dissertation, even at the expense of your tendons, does a terrific job
of laying it out. Nicely done.



Didn't the concept of interpretive code in a production environment die like
30 years ago? Compilers were such a radical idea back when.



So is there no way to compile and store these routines to avoid having to
buy mega-PC's?



Most mfg shops I deal with would have issues with having to purchase ALL new
PCs for a software upgrade. Worse yet, most of them seem to be running on
PCs that are 3-6 years old. Not the kind of companies that typically
embrace NEW NEW NEW.



Thanks again - Great info.



Todd Anderson



_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Michael Barry
Sent: Wednesday, December 14, 2005 8:53 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] V8 performance



Gents,

Yes, Gb Ethernet on the client will help but only by reducing network
latency. There are a couple of constraining factors to improved network
performance affecting V8 performance. The first is IP packet conversion
overhead. If you look, even when trying to transfer a multi-gigabyte file
from the workstation to the server over a Gb Ethernet you will find that
your network performance is nowhere near full wire speed. The reason is
that the CPU will be tapped out trying to deal with the overhead of IP
traffic (particularly on Windows systems). You can alleviate the issue with
a TOE (TCP/IP Offload Engine) NIC that handles the overhead of IP and leaves
the CPU for other more productive activities. For the details see:

http://www.alacritech.com

There are a number of white papers and test cases that demonstrate the
benefit. Just as an interesting aside, you will also see a noticeable
improvement, particularly in latency, by going to Cat6 cabling. Even if you
just patch your servers to the switch, Cat6 makes a noticeable difference
for Gb Ethernet response. An added benefit of Cat6 is that the additional
shielding mitigates packet loss and, hence, packet recalls so in noisy
environments network performance is significantly improved. Several months
ago we replace all of our Cat5e with Cat6 and all of our workstations with
Gb adapters saw an immediate improvement in not only speed but also
stability.

The second issue with Gb Ethernet is bus plane limitations. If you put the
adapter on a PCI bus, the bus will limit the performance of the adapter,
especially if it is also attempting to deal with ancillary traffic from
other peripherals at the same time. So between bus limitations, IP traffic
overhead, and cabling performance, Gb Ethernet to the desktop will provide a
little more snap to the application response but not much (10-15%).

As Bob noted earlier, the real avenue to improve application response with
V8 is with the workstation CPU and disk access. The reason for this is
twofold. First, .NET requires that client code residing on the workstation
go through a JIT compiler on the first execution. That's why the code
executes slowly on the first execution and rapidly on the second. It gets
compiled and loaded into memory in its machine state for execution
subsequent times. This is why the amount of workstation memory is so
critical to V8 performance. The more memory, the more compiled code can be
cached into memory for subsequent access. It's also why the local CPU
throughput is so important. The speed of the initial load of a V8 module
will be significantly impacted by the speed with which the workstation can
compile the .NET CRL code so a fast CPU will make a huge difference for the
user experience. Second is that the rather bloated Infragistics UI
components that comprise the V8 interface take time to be retrieved from
local storage and processed. The faster the components can be loaded into
memory and compiled, the faster the user experience.

Ok, so what is the optimal network config for V8 performance? In an ideal
world, you would want to start with a dual processor dual core server with
enough ram to load the OS plus all of the remaining processes and the
Vantage DB. This would allow each OE10 Service its own thread on a
processor (DB, APP, http, uddi,file) and sufficient headroom to cache the
data into memory for each. If you wanted to add some additional capacity
for very little money you might want to through in a TOE NIC to reduce the
CPU overhead and get more from your server. At the wire level, you would
want to run Cat6 cable, Gb Switch and have a Gb to the desktop
infrastructure. This would guarantee the best server performance for your
V8 implementation from the server to the desktop. On the desktop, you would
be best served by all the P4, Athlon, Opteron you could reasonably afford
plus 1.5 to 2 GB of RAM. Now, here's the kicker, you will need an
inexpensive, semi-involatile, RAM disk application to load the V8
workstation client into. Here's a good source:

http://www.cenatek.com/product_ramdisk.cfm


Install the V8 client into the RAM partition on the workstation and you will
have the best performance possible from a non-emulated desktop you can
achieve...

Whew...I think I have carpel tunnel....


Michael

Michael Barry
Aspacia Systems Inc
866.566.9600
312.803.0730 fax
http://www.aspacia.com/


-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
pjw@...
Sent: Wednesday, December 14, 2005 5:53 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] V8 performance

Todd,

You are correct, gb Ethernet on the client does help.
Also programs are stored on the client.

Other Notes:
I think its like 1) the first time you run/load a program it does some
unpacking or whatever.
2) the second time you run it should be the normal load speed.
3) cache the program in memory and you should have it with in a couple of
seconds.
4) You can create a favorites list that is autoloaded when you log in to
preload cached forms.
5) You can also right click on the Vantage Icon in the icon tray while
autoloading and have vantage stop where it's at in the autoload process.

Are we having fun yet.

Patrick
-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Todd Anderson
Sent: Tuesday, December 13, 2005 9:12 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] V8 performance

Dick,



If I was a LITTLE less stupid life would be SO much easier to understand .



The performance numbers you posted don't appear to have jack to do with the
CPU or RAM performance. Looks more like a bandwidth issue.



Yes, I suppose if you had 10-gig network speed and some of the new 50,000
rpm hard drives on your server and clients you could push the data fast
enough .



Still, the last time I saw numbers like these the issue was that silly full
color splash screen on V4. Simply replacing it with a minimal black and
white splash screen shaved 50% off of the start up time.



Since your 2nd try numbers are very workable that leads me to believe that
the issue is preloading the cache files on the clients on installation.



Sort of like caching the V4 schema on the local hard drives.



Just for tricks . can you copy the entire Vantage folder from the server to
the client PC and doctor your startup in V8 so the program runs locally with
the DB pointed at the server?



Not that I think this is a reasonable real world situation . I'm just
curious what happens to speed if the fun stuff is local.



Also, can you check physical/virtual memory on a 1 gig ram pc --- before you
start V8 --- and then after running the speed test listed below ++ before
you close V8?



How much of this junk is being loaded into physical memory?



Have you had a chance to watch your server NIC performance while running
these tests?



Curious . if your first and second try numbers were equal it would be a
completely different puzzle.



Todd Anderson




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




_____

YAHOO! GROUPS LINKS



* Visit your group "vantage <http://groups.yahoo.com/group/vantage> "
on the web.

* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>

* Your use of Yahoo! Groups is subject to the Yahoo!
<http://docs.yahoo.com/info/terms/> Terms of Service.



_____



[Non-text portions of this message have been removed]
I installed V8 last week and have set up a client. BTW, make sure you
have the right DotNet verision on the PC. I didn't and I had to
re-install.
The correct version is supplied on the Open Edge CD.
This client is a Compaq Evo, Pent IV 1.6 Ghz with 1 G RAM.
After the initial install where a bunch of program upgrades take place
(took about 5 minutes)
Vantage opened in about 8 seconds!
I've found that after vantage is loaded, when you click on a tracker,
you get a bunch of messages such as "downloading from DB'
"caching original location", "caching base layouts", etc. It took about
45 seconds to give me a search panel in job tracker.
I closed and opened again, and it opened in about 7 seconds.
Also, my vantage8 test server is an old Dell PowerEdge 2400 with 1 G of
Ram and an 860Mhz processor.
It looks like older Pentium IV's will work, but will be slow.

regards,



[Non-text portions of this message have been removed]
Does anyone have any idea if older Pc's will work with a terminal services
connection? I really don't want to replace all of the shop data collection
PC's if I don't have to.

Mitchell Kirby
Riten Industries, Inc.

740-333-8719 Direct
800-338-0027 Sales
800-338-0717 FAX

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
PLAMAN DICK
Sent: Monday, August 15, 2005 4:31 PM
To: vantage@yahoogroups.com
Subject: [Vantage] V8 performance

I installed V8 last week and have set up a client. BTW, make sure you
have the right DotNet verision on the PC. I didn't and I had to
re-install.
The correct version is supplied on the Open Edge CD.
This client is a Compaq Evo, Pent IV 1.6 Ghz with 1 G RAM.
After the initial install where a bunch of program upgrades take place
(took about 5 minutes)
Vantage opened in about 8 seconds!
I've found that after vantage is loaded, when you click on a tracker,
you get a bunch of messages such as "downloading from DB'
"caching original location", "caching base layouts", etc. It took about
45 seconds to give me a search panel in job tracker.
I closed and opened again, and it opened in about 7 seconds.
Also, my vantage8 test server is an old Dell PowerEdge 2400 with 1 G of
Ram and an 860Mhz processor.
It looks like older Pentium IV's will work, but will be slow.

regards,



[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
We have about 20 winterms that I plan to use connected to terminal
server. I have not set one up yet.
I have not heard anything that would make me believe that thin clients
will not work with vantage 8.
Subject: RE: [Vantage] V8 performance

Does anyone have any idea if older Pc's will work with a terminal
services connection? I really don't want to replace all of the shop
data collection PC's if I don't have to.

Mitchell Kirby
I am testing vantage (8.805) and have benchmarked the following on a
Compaq EVO P4, 1.6Ghz 1.5GB RAM.
open vantage. 10 seconds
open order entry.....35 seconds, close and re-open, 2 seconds
open PO entry..... 40 seconds, close and re-open, 5 seconds
open Part Maintenance...50 seconds, close and re-open, 7 seconds.
open Quotes......35 seconds, close and re-open, 15 seconds.
open Engineering Workbench.....25 seconds, close and re-open, 5 seconds.
I have set Norton Anti-Virus to exclude scanning the vantage 8 server.

My users will not be happy with this performance.
I am going to try the same benchmarks with a P4, 3.2 Ghz machine with 1
GB RAM.

regards,


[Non-text portions of this message have been removed]
I forgot to inform you that the server for these benchmarks is a Dell
PowerEdge 2800, dual Zeon, 3.2, 4GB RAM
Raid 10 and 15K drives.


[Non-text portions of this message have been removed]
Question: When you say "Open Part Maintenance" is that ALL parts or a specifically selected subset? I am trying to get a handle on the intentions in the design. I am starting to think there is a big assumption in there that everyone will always select only small subsets to pull into their PC rather than whole tables. 6.1 provides access to the whole table since it is on the server but my understanding is 8.0 brings over to the client either all or part of the table(s) hence the huge hit for ALL versus a partial set. I thought I had seen something a Perspectives about training users to avoid "all".
-Todd C.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf Of PLAMAN DICK
Sent: Tuesday, December 13, 2005 2:26 PM
To: vantage@yahoogroups.com
Subject: [Vantage] V8 performance


I am testing vantage (8.805) and have benchmarked the following on a
Compaq EVO P4, 1.6Ghz 1.5GB RAM.
open vantage. 10 seconds
open order entry.....35 seconds, close and re-open, 2 seconds
open PO entry..... 40 seconds, close and re-open, 5 seconds
open Part Maintenance...50 seconds, close and re-open, 7 seconds.
open Quotes......35 seconds, close and re-open, 15 seconds.
open Engineering Workbench.....25 seconds, close and re-open, 5 seconds.
I have set Norton Anti-Virus to exclude scanning the vantage 8 server.

My users will not be happy with this performance.
I am going to try the same benchmarks with a P4, 3.2 Ghz machine with 1
GB RAM.

regards,


[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS
Manufacturing <http://groups.yahoo.com/gads?t=ms&k=Manufacturing+software&w1=Manufacturing+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pda+database+software&w5=Database+management+software&w6=Database+marketing+software&c=6&s=188&.sig=OG5F3819UOUOg63i0bu6kA> software Membership <http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Manufacturing+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pda+database+software&w5=Database+management+software&w6=Database+marketing+software&c=6&s=188&.sig=N5BGdur84p-jyuOomcQdbQ> database software Database <http://groups.yahoo.com/gads?t=ms&k=Database+mortgage+software&w1=Manufacturing+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pda+database+software&w5=Database+management+software&w6=Database+marketing+software&c=6&s=188&.sig=8rvcSQnCqJhTCZu-0Si39A> mortgage software
Pda <http://groups.yahoo.com/gads?t=ms&k=Pda+database+software&w1=Manufacturing+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pda+database+software&w5=Database+management+software&w6=Database+marketing+software&c=6&s=188&.sig=u3KQrTRPAQfsWIT39aHDkg> database software Database <http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Manufacturing+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pda+database+software&w5=Database+management+software&w6=Database+marketing+software&c=6&s=188&.sig=R3CF3ODPY4gwjDZjykQYvw> management software Database <http://groups.yahoo.com/gads?t=ms&k=Database+marketing+software&w1=Manufacturing+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pda+database+software&w5=Database+management+software&w6=Database+marketing+software&c=6&s=188&.sig=lmBkRUiBtvHI1u5dkymDcw> marketing software

_____

YAHOO! GROUPS LINKS



* Visit your group " vantage <http://groups.yahoo.com/group/vantage> " on the web.


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com <mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .


_____




[Non-text portions of this message have been removed]
When we were at Perpectives in October I tested quite a few machines
that were running a relatively small database. Dell notebooks with 2.8
Ghz processor and 1.0 GB ram was a "dog". The 3.0 Ghz with 1.5GB ram was
great. I think that would be a minimum for everyone now.

thanks

_____

From: Todd Caughey [mailto:caugheyt@...]
Sent: Tuesday, December 13, 2005 2:59 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] V8 performance


Question: When you say "Open Part Maintenance" is that ALL parts or a
specifically selected subset? I am trying to get a handle on the
intentions in the design. I am starting to think there is a big
assumption in there that everyone will always select only small subsets
to pull into their PC rather than whole tables. 6.1 provides access to
the whole table since it is on the server but my understanding is 8.0
brings over to the client either all or part of the table(s) hence the
huge hit for ALL versus a partial set. I thought I had seen something a
Perspectives about training users to avoid "all".
-Todd C.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of PLAMAN DICK
Sent: Tuesday, December 13, 2005 2:26 PM
To: vantage@yahoogroups.com
Subject: [Vantage] V8 performance


I am testing vantage (8.805) and have benchmarked the following on a
Compaq EVO P4, 1.6Ghz 1.5GB RAM.
open vantage. 10 seconds
open order entry.....35 seconds, close and re-open, 2 seconds
open PO entry..... 40 seconds, close and re-open, 5 seconds
open Part Maintenance...50 seconds, close and re-open, 7 seconds.
open Quotes......35 seconds, close and re-open, 15 seconds.
open Engineering Workbench.....25 seconds, close and re-open, 5 seconds.
I have set Norton Anti-Virus to exclude scanning the vantage 8 server.

My users will not be happy with this performance.
I am going to try the same benchmarks with a P4, 3.2 Ghz machine with 1
GB RAM.

regards,


[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS
Manufacturing
<http://groups.yahoo.com/gads?t=ms&k=Manufacturing+software&w1=Manufactu
ring+software&w2=Membership+database+software&w3=Database+mortgage+softw
are&w4=Pda+database+software&w5=Database+management+software&w6=Database
+marketing+software&c=6&s=188&.sig=OG5F3819UOUOg63i0bu6kA> software
Membership
<http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Man
ufacturing+software&w2=Membership+database+software&w3=Database+mortgage
+software&w4=Pda+database+software&w5=Database+management+software&w6=Da
tabase+marketing+software&c=6&s=188&.sig=N5BGdur84p-jyuOomcQdbQ>
database software Database
<http://groups.yahoo.com/gads?t=ms&k=Database+mortgage+software&w1=Manuf
acturing+software&w2=Membership+database+software&w3=Database+mortgage+s
oftware&w4=Pda+database+software&w5=Database+management+software&w6=Data
base+marketing+software&c=6&s=188&.sig=8rvcSQnCqJhTCZu-0Si39A> mortgage
software
Pda
<http://groups.yahoo.com/gads?t=ms&k=Pda+database+software&w1=Manufactur
ing+software&w2=Membership+database+software&w3=Database+mortgage+softwa
re&w4=Pda+database+software&w5=Database+management+software&w6=Database+
marketing+software&c=6&s=188&.sig=u3KQrTRPAQfsWIT39aHDkg> database
software Database
<http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Man
ufacturing+software&w2=Membership+database+software&w3=Database+mortgage
+software&w4=Pda+database+software&w5=Database+management+software&w6=Da
tabase+marketing+software&c=6&s=188&.sig=R3CF3ODPY4gwjDZjykQYvw>
management software Database
<http://groups.yahoo.com/gads?t=ms&k=Database+marketing+software&w1=Manu
facturing+software&w2=Membership+database+software&w3=Database+mortgage+
software&w4=Pda+database+software&w5=Database+management+software&w6=Dat
abase+marketing+software&c=6&s=188&.sig=lmBkRUiBtvHI1u5dkymDcw>
marketing software

_____

YAHOO! GROUPS LINKS



* Visit your group " vantage
<http://groups.yahoo.com/group/vantage> " on the web.


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .


_____




[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS
Manufacturing software
<http://groups.yahoo.com/gads?t=ms&k=Manufacturing+software&w1=Manufactu
ring+software&w2=Membership+database+software&w3=Database+mortgage+softw
are&w4=Pda+database+software&w5=Database+management+software&w6=Database
+marketing+software&c=6&s=188&.sig=OG5F3819UOUOg63i0bu6kA>
Membership database software
<http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Man
ufacturing+software&w2=Membership+database+software&w3=Database+mortgage
+software&w4=Pda+database+software&w5=Database+management+software&w6=Da
tabase+marketing+software&c=6&s=188&.sig=N5BGdur84p-jyuOomcQdbQ>
Database mortgage software
<http://groups.yahoo.com/gads?t=ms&k=Database+mortgage+software&w1=Manuf
acturing+software&w2=Membership+database+software&w3=Database+mortgage+s
oftware&w4=Pda+database+software&w5=Database+management+software&w6=Data
base+marketing+software&c=6&s=188&.sig=8rvcSQnCqJhTCZu-0Si39A>
Pda database software
<http://groups.yahoo.com/gads?t=ms&k=Pda+database+software&w1=Manufactur
ing+software&w2=Membership+database+software&w3=Database+mortgage+softwa
re&w4=Pda+database+software&w5=Database+management+software&w6=Database+
marketing+software&c=6&s=188&.sig=u3KQrTRPAQfsWIT39aHDkg> Database
management software
<http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Man
ufacturing+software&w2=Membership+database+software&w3=Database+mortgage
+software&w4=Pda+database+software&w5=Database+management+software&w6=Da
tabase+marketing+software&c=6&s=188&.sig=R3CF3ODPY4gwjDZjykQYvw>
Database marketing software
<http://groups.yahoo.com/gads?t=ms&k=Database+marketing+software&w1=Manu
facturing+software&w2=Membership+database+software&w3=Database+mortgage+
software&w4=Pda+database+software&w5=Database+management+software&w6=Dat
abase+marketing+software&c=6&s=188&.sig=lmBkRUiBtvHI1u5dkymDcw>

_____

YAHOO! GROUPS LINKS



* Visit your group "vantage
<http://groups.yahoo.com/group/vantage> " on the web.

* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>

* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .


_____




[Non-text portions of this message have been removed]
-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Todd Caughey
Sent: Tuesday, December 13, 2005 3:59 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] V8 performance

Question: When you say "Open Part Maintenance" is that ALL parts or a
specifically selected subset? I am trying to get a handle on the
intentions in the design. I am starting to think there is a big
assumption in there that everyone will always select only small subsets
to pull into their PC rather than whole tables. 6.1 provides access to
the whole table since it is on the server but my understanding is 8.0
brings over to the client either all or part of the table(s) hence the
huge hit for ALL versus a partial set. I thought I had seen something a
Perspectives about training users to avoid "all".
-Todd C.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of PLAMAN DICK
Sent: Tuesday, December 13, 2005 2:26 PM
To: vantage@yahoogroups.com
Subject: [Vantage] V8 performance


I am testing vantage (8.805) and have benchmarked the following on a
Compaq EVO P4, 1.6Ghz 1.5GB RAM.
open vantage. 10 seconds
open order entry.....35 seconds, close and re-open, 2 seconds open PO
entry..... 40 seconds, close and re-open, 5 seconds open Part
Maintenance...50 seconds, close and re-open, 7 seconds.
open Quotes......35 seconds, close and re-open, 15 seconds.
open Engineering Workbench.....25 seconds, close and re-open, 5 seconds.
I have set Norton Anti-Virus to exclude scanning the vantage 8 server.

My users will not be happy with this performance.
I am going to try the same benchmarks with a P4, 3.2 Ghz machine with 1
GB RAM.

regards,


[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS
Manufacturing
<http://groups.yahoo.com/gads?t=ms&k=Manufacturing+software&w1=Manufactu
ring+software&w2=Membership+database+software&w3=Database+mortgage+softw
are&w4=Pda+database+software&w5=Database+management+software&w6=Database
+marketing+software&c=6&s=188&.sig=OG5F3819UOUOg63i0bu6kA> software
Membership
<http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Man
ufacturing+software&w2=Membership+database+software&w3=Database+mortgage
+software&w4=Pda+database+software&w5=Database+management+software&w6=Da
tabase+marketing+software&c=6&s=188&.sig=N5BGdur84p-jyuOomcQdbQ>
database software Database
<http://groups.yahoo.com/gads?t=ms&k=Database+mortgage+software&w1=Manuf
acturing+software&w2=Membership+database+software&w3=Database+mortgage+s
oftware&w4=Pda+database+software&w5=Database+management+software&w6=Data
base+marketing+software&c=6&s=188&.sig=8rvcSQnCqJhTCZu-0Si39A> mortgage
software
Pda
<http://groups.yahoo.com/gads?t=ms&k=Pda+database+software&w1=Manufactur
ing+software&w2=Membership+database+software&w3=Database+mortgage+softwa
re&w4=Pda+database+software&w5=Database+management+software&w6=Database+
marketing+software&c=6&s=188&.sig=u3KQrTRPAQfsWIT39aHDkg> database
software Database
<http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Man
ufacturing+software&w2=Membership+database+software&w3=Database+mortgage
+software&w4=Pda+database+software&w5=Database+management+software&w6=Da
tabase+marketing+software&c=6&s=188&.sig=R3CF3ODPY4gwjDZjykQYvw>
management software Database
<http://groups.yahoo.com/gads?t=ms&k=Database+marketing+software&w1=Manu
facturing+software&w2=Membership+database+software&w3=Database+mortgage+
software&w4=Pda+database+software&w5=Database+management+software&w6=Dat
abase+marketing+software&c=6&s=188&.sig=lmBkRUiBtvHI1u5dkymDcw>
marketing software

_____

YAHOO! GROUPS LINKS



* Visit your group " vantage
<http://groups.yahoo.com/group/vantage> " on the web.


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .


_____




[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~-->
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/u8TY5A/tzNLAA/yQLSAA/PhFolB/TM
--------------------------------------------------------------------~->

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
Todd,
For Part Maintenance....(Just clicking on "Part" in the master file
maintenance),
it took 50 seconds for the search panel to be available.
I am working with the training db that comes from epicor, so this is a
small sample of parts.
I have dot net framework 1.1 installed on this client.
I am going to try .net framework v2 (not sure if supported) on the 3.2
client.
Our network is all cisco switches and the nics are set to auto.



Question: When you say "Open Part Maintenance" is that ALL parts or a
specifically selected subset? I am trying to get a handle on the
intentions in the design. I am starting to think there is a big
assumption in there that everyone will always select only small subsets
to pull into their PC rather than whole tables. 6.1 provides access to
the whole table since it is on the server but my understanding is 8.0
brings over to the client either all or part of the table(s) hence the
huge hit for ALL versus a partial set. I thought I had seen something a
Perspectives about training users to avoid "all".
-Todd C.
I am also very concerned about performance and also the gui is not really to
intuitive.

Frank Zeigafuse
Innovative Office Products
General Manager
Direct Phone: 610-559-6369
Email: fzeigafuse@...

Visit www.one.org to see how the world can be changed one person at a time.



-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
PLAMAN DICK
Sent: Tuesday, December 13, 2005 3:26 PM
To: vantage@yahoogroups.com
Subject: [Vantage] V8 performance


I am testing vantage (8.805) and have benchmarked the following on a Compaq
EVO P4, 1.6Ghz 1.5GB RAM. open vantage. 10 seconds open order entry.....35
seconds, close and re-open, 2 seconds open PO entry..... 40 seconds, close
and re-open, 5 seconds open Part Maintenance...50 seconds, close and
re-open, 7 seconds. open Quotes......35 seconds, close and re-open, 15
seconds. open Engineering Workbench.....25 seconds, close and re-open, 5
seconds. I have set Norton Anti-Virus to exclude scanning the vantage 8
server.

My users will not be happy with this performance.
I am going to try the same benchmarks with a P4, 3.2 Ghz machine with 1 GB
RAM.

regards,


[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
We actually had very good performance until the latest Service Pack "805". There are already two patches within a week. Part maintenance still only takes about 15 seconds to load, but it used to take about 7 or 8. Keep in mind that our Data Server has 4 Xeon Processors (3GHz), 4 GB of RAM, and three 10K scsi mirrors, and all workstations have 2 GB of RAM.


________________________________

From: vantage@yahoogroups.com on behalf of PLAMAN DICK
Sent: Tue 12/13/2005 4:37 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] V8 performance


Todd,
For Part Maintenance....(Just clicking on "Part" in the master file
maintenance),
it took 50 seconds for the search panel to be available.
I am working with the training db that comes from epicor, so this is a
small sample of parts.
I have dot net framework 1.1 installed on this client.
I am going to try .net framework v2 (not sure if supported) on the 3.2
client.
Our network is all cisco switches and the nics are set to auto.



Question: When you say "Open Part Maintenance" is that ALL parts or a
specifically selected subset? I am trying to get a handle on the
intentions in the design. I am starting to think there is a big
assumption in there that everyone will always select only small subsets
to pull into their PC rather than whole tables. 6.1 provides access to
the whole table since it is on the server but my understanding is 8.0
brings over to the client either all or part of the table(s) hence the
huge hit for ALL versus a partial set. I thought I had seen something a
Perspectives about training users to avoid "all".
-Todd C.




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS
Manufacturing software <http://groups.yahoo.com/gads?t=ms&k=Manufacturing+software&w1=Manufacturing+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pda+database+software&w5=Database+management+software&w6=Database+marketing+software&c=6&s=188&.sig=OG5F3819UOUOg63i0bu6kA> Membership database software <http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Manufacturing+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pda+database+software&w5=Database+management+software&w6=Database+marketing+software&c=6&s=188&.sig=N5BGdur84p-jyuOomcQdbQ> Database mortgage software <http://groups.yahoo.com/gads?t=ms&k=Database+mortgage+software&w1=Manufacturing+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pda+database+software&w5=Database+management+software&w6=Database+marketing+software&c=6&s=188&.sig=8rvcSQnCqJhTCZu-0Si39A>
Pda database software <http://groups.yahoo.com/gads?t=ms&k=Pda+database+software&w1=Manufacturing+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pda+database+software&w5=Database+management+software&w6=Database+marketing+software&c=6&s=188&.sig=u3KQrTRPAQfsWIT39aHDkg> Database management software <http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Manufacturing+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pda+database+software&w5=Database+management+software&w6=Database+marketing+software&c=6&s=188&.sig=R3CF3ODPY4gwjDZjykQYvw> Database marketing software <http://groups.yahoo.com/gads?t=ms&k=Database+marketing+software&w1=Manufacturing+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pda+database+software&w5=Database+management+software&w6=Database+marketing+software&c=6&s=188&.sig=lmBkRUiBtvHI1u5dkymDcw>

________________________________

YAHOO! GROUPS LINKS



* Visit your group "vantage <http://groups.yahoo.com/group/vantage> " on the web.

* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com <mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>

* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .


________________________________




[Non-text portions of this message have been removed]
Dick,



If I was a LITTLE less stupid life would be SO much easier to understand .



The performance numbers you posted don't appear to have jack to do with the
CPU or RAM performance. Looks more like a bandwidth issue.



Yes, I suppose if you had 10-gig network speed and some of the new 50,000
rpm hard drives on your server and clients you could push the data fast
enough .



Still, the last time I saw numbers like these the issue was that silly full
color splash screen on V4. Simply replacing it with a minimal black and
white splash screen shaved 50% off of the start up time.



Since your 2nd try numbers are very workable that leads me to believe that
the issue is preloading the cache files on the clients on installation.



Sort of like caching the V4 schema on the local hard drives.



Just for tricks . can you copy the entire Vantage folder from the server to
the client PC and doctor your startup in V8 so the program runs locally with
the DB pointed at the server?



Not that I think this is a reasonable real world situation . I'm just
curious what happens to speed if the fun stuff is local.



Also, can you check physical/virtual memory on a 1 gig ram pc --- before you
start V8 --- and then after running the speed test listed below ++ before
you close V8?



How much of this junk is being loaded into physical memory?



Have you had a chance to watch your server NIC performance while running
these tests?



Curious . if your first and second try numbers were equal it would be a
completely different puzzle.



Todd Anderson





_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
PLAMAN DICK
Sent: Tuesday, December 13, 2005 2:26 PM
To: vantage@yahoogroups.com
Subject: [Vantage] V8 performance



I am testing vantage (8.805) and have benchmarked the following on a
Compaq EVO P4, 1.6Ghz 1.5GB RAM.
open vantage. 10 seconds
open order entry.....35 seconds, close and re-open, 2 seconds
open PO entry..... 40 seconds, close and re-open, 5 seconds
open Part Maintenance...50 seconds, close and re-open, 7 seconds.
open Quotes......35 seconds, close and re-open, 15 seconds.
open Engineering Workbench.....25 seconds, close and re-open, 5 seconds.
I have set Norton Anti-Virus to exclude scanning the vantage 8 server.

My users will not be happy with this performance.
I am going to try the same benchmarks with a P4, 3.2 Ghz machine with 1
GB RAM.

regards,


[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS


Manufacturing
<http://groups.yahoo.com/gads?t=ms&k=Manufacturing+software&w1=Manufacturing
+software&w2=Membership+database+software&w3=Database+mortgage+software&w4=P
da+database+software&w5=Database+management+software&w6=Database+marketing+s
oftware&c=6&s=188&.sig=OG5F3819UOUOg63i0bu6kA> software

Membership
<http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Manufac
turing+software&w2=Membership+database+software&w3=Database+mortgage+softwar
e&w4=Pda+database+software&w5=Database+management+software&w6=Database+marke
ting+software&c=6&s=188&.sig=N5BGdur84p-jyuOomcQdbQ> database software

Database
<http://groups.yahoo.com/gads?t=ms&k=Database+mortgage+software&w1=Manufactu
ring+software&w2=Membership+database+software&w3=Database+mortgage+software&
w4=Pda+database+software&w5=Database+management+software&w6=Database+marketi
ng+software&c=6&s=188&.sig=8rvcSQnCqJhTCZu-0Si39A> mortgage software


Pda
<http://groups.yahoo.com/gads?t=ms&k=Pda+database+software&w1=Manufacturing+
software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pd
a+database+software&w5=Database+management+software&w6=Database+marketing+so
ftware&c=6&s=188&.sig=u3KQrTRPAQfsWIT39aHDkg> database software

Database
<http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Manufac
turing+software&w2=Membership+database+software&w3=Database+mortgage+softwar
e&w4=Pda+database+software&w5=Database+management+software&w6=Database+marke
ting+software&c=6&s=188&.sig=R3CF3ODPY4gwjDZjykQYvw> management software

Database
<http://groups.yahoo.com/gads?t=ms&k=Database+marketing+software&w1=Manufact
uring+software&w2=Membership+database+software&w3=Database+mortgage+software
&w4=Pda+database+software&w5=Database+management+software&w6=Database+market
ing+software&c=6&s=188&.sig=lmBkRUiBtvHI1u5dkymDcw> marketing software



_____

YAHOO! GROUPS LINKS



* Visit your group "vantage <http://groups.yahoo.com/group/vantage> "
on the web.

* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>

* Your use of Yahoo! Groups is subject to the Yahoo!
<http://docs.yahoo.com/info/terms/> Terms of Service.



_____



[Non-text portions of this message have been removed]
In our case with V8, one of the most significant improvements was disk
speed and processor power on the workstation (this is not to say that a
good server doesn't help). Extra RAM is good for the Scheduling piece
and also for the improved speed when you do the screen cache. We had
very little difference in speed between sites separated by a T1 using
V8, but again, the big performance gainer was the workstation processor
speed and disk speed. Laptops saw a big performance change when using
5400 RPM disks vs 4500 RPM. I did not try a speed test on desktops
using different hard drives (SATA vs IDE, 2M vs 8M cache, 7200 vs 5400 -
although we only now use 7200). Since most of the V8 screens are based
off of the CLIENT folder, improving that access, I would assume, would
improve the performance of a lot of V8. I haven't configured a system
to use a RAM disk to cache the CLIENT folder, but perhaps I may fiddle
with that in the future.



Steven Comeau

Manager, Corporate IT Systems

Main Tape

1 Capital Drive, Suite 101

Cranbury, NJ 08512

800-718-8273 x332

_____

From: Todd Anderson [mailto:todd.anderson@...]
Sent: Tuesday, December 13, 2005 10:12 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] V8 performance



Dick,



If I was a LITTLE less stupid life would be SO much easier to understand
.



The performance numbers you posted don't appear to have jack to do with
the
CPU or RAM performance. Looks more like a bandwidth issue.



Yes, I suppose if you had 10-gig network speed and some of the new
50,000
rpm hard drives on your server and clients you could push the data fast
enough .



Still, the last time I saw numbers like these the issue was that silly
full
color splash screen on V4. Simply replacing it with a minimal black and
white splash screen shaved 50% off of the start up time.



Since your 2nd try numbers are very workable that leads me to believe
that
the issue is preloading the cache files on the clients on installation.



Sort of like caching the V4 schema on the local hard drives.



Just for tricks . can you copy the entire Vantage folder from the server
to
the client PC and doctor your startup in V8 so the program runs locally
with
the DB pointed at the server?



Not that I think this is a reasonable real world situation . I'm just
curious what happens to speed if the fun stuff is local.



Also, can you check physical/virtual memory on a 1 gig ram pc --- before
you
start V8 --- and then after running the speed test listed below ++
before
you close V8?



How much of this junk is being loaded into physical memory?



Have you had a chance to watch your server NIC performance while running
these tests?



Curious . if your first and second try numbers were equal it would be a
completely different puzzle.



Todd Anderson





_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of
PLAMAN DICK
Sent: Tuesday, December 13, 2005 2:26 PM
To: vantage@yahoogroups.com
Subject: [Vantage] V8 performance



I am testing vantage (8.805) and have benchmarked the following on a
Compaq EVO P4, 1.6Ghz 1.5GB RAM.
open vantage. 10 seconds
open order entry.....35 seconds, close and re-open, 2 seconds
open PO entry..... 40 seconds, close and re-open, 5 seconds
open Part Maintenance...50 seconds, close and re-open, 7 seconds.
open Quotes......35 seconds, close and re-open, 15 seconds.
open Engineering Workbench.....25 seconds, close and re-open, 5 seconds.
I have set Norton Anti-Virus to exclude scanning the vantage 8 server.

My users will not be happy with this performance.
I am going to try the same benchmarks with a P4, 3.2 Ghz machine with 1
GB RAM.

regards,


[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS


Manufacturing
<http://groups.yahoo.com/gads?t=ms&k=Manufacturing+software&w1=Manufactu
ring
+software&w2=Membership+database+software&w3=Database+mortgage+software&
w4=P
da+database+software&w5=Database+management+software&w6=Database+marketi
ng+s
oftware&c=6&s=188&.sig=OG5F3819UOUOg63i0bu6kA> software

Membership
<http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Man
ufac
turing+software&w2=Membership+database+software&w3=Database+mortgage+sof
twar
e&w4=Pda+database+software&w5=Database+management+software&w6=Database+m
arke
ting+software&c=6&s=188&.sig=N5BGdur84p-jyuOomcQdbQ> database software

Database
<http://groups.yahoo.com/gads?t=ms&k=Database+mortgage+software&w1=Manuf
actu
ring+software&w2=Membership+database+software&w3=Database+mortgage+softw
are&
w4=Pda+database+software&w5=Database+management+software&w6=Database+mar
keti
ng+software&c=6&s=188&.sig=8rvcSQnCqJhTCZu-0Si39A> mortgage software


Pda
<http://groups.yahoo.com/gads?t=ms&k=Pda+database+software&w1=Manufactur
ing+
software&w2=Membership+database+software&w3=Database+mortgage+software&w
4=Pd
a+database+software&w5=Database+management+software&w6=Database+marketin
g+so
ftware&c=6&s=188&.sig=u3KQrTRPAQfsWIT39aHDkg> database software

Database
<http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Man
ufac
turing+software&w2=Membership+database+software&w3=Database+mortgage+sof
twar
e&w4=Pda+database+software&w5=Database+management+software&w6=Database+m
arke
ting+software&c=6&s=188&.sig=R3CF3ODPY4gwjDZjykQYvw> management
software

Database
<http://groups.yahoo.com/gads?t=ms&k=Database+marketing+software&w1=Manu
fact
uring+software&w2=Membership+database+software&w3=Database+mortgage+soft
ware
&w4=Pda+database+software&w5=Database+management+software&w6=Database+ma
rket
ing+software&c=6&s=188&.sig=lmBkRUiBtvHI1u5dkymDcw> marketing software



_____

YAHOO! GROUPS LINKS



* Visit your group "vantage <http://groups.yahoo.com/group/vantage>
"
on the web.

* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>

* Your use of Yahoo! Groups is subject to the Yahoo!
<http://docs.yahoo.com/info/terms/> Terms of Service.



_____



[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS

Manufacturing software
<http://groups.yahoo.com/gads?t=ms&k=Manufacturing+software&w1=Manufactu
ring+software&w2=Membership+database+software&w3=Database+mortgage+softw
are&w4=Pda+database+software&w5=Database+management+software&w6=Database
+marketing+software&c=6&s=188&.sig=OG5F3819UOUOg63i0bu6kA>

Membership database software
<http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Man
ufacturing+software&w2=Membership+database+software&w3=Database+mortgage
+software&w4=Pda+database+software&w5=Database+management+software&w6=Da
tabase+marketing+software&c=6&s=188&.sig=N5BGdur84p-jyuOomcQdbQ>

Database mortgage software
<http://groups.yahoo.com/gads?t=ms&k=Database+mortgage+software&w1=Manuf
acturing+software&w2=Membership+database+software&w3=Database+mortgage+s
oftware&w4=Pda+database+software&w5=Database+management+software&w6=Data
base+marketing+software&c=6&s=188&.sig=8rvcSQnCqJhTCZu-0Si39A>

Pda database software
<http://groups.yahoo.com/gads?t=ms&k=Pda+database+software&w1=Manufactur
ing+software&w2=Membership+database+software&w3=Database+mortgage+softwa
re&w4=Pda+database+software&w5=Database+management+software&w6=Database+
marketing+software&c=6&s=188&.sig=u3KQrTRPAQfsWIT39aHDkg>

Database management software
<http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Man
ufacturing+software&w2=Membership+database+software&w3=Database+mortgage
+software&w4=Pda+database+software&w5=Database+management+software&w6=Da
tabase+marketing+software&c=6&s=188&.sig=R3CF3ODPY4gwjDZjykQYvw>

Database marketing software
<http://groups.yahoo.com/gads?t=ms&k=Database+marketing+software&w1=Manu
facturing+software&w2=Membership+database+software&w3=Database+mortgage+
software&w4=Pda+database+software&w5=Database+management+software&w6=Dat
abase+marketing+software&c=6&s=188&.sig=lmBkRUiBtvHI1u5dkymDcw>



_____

YAHOO! GROUPS LINKS



* Visit your group "vantage
<http://groups.yahoo.com/group/vantage> " on the web.

* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>

* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .



_____



[Non-text portions of this message have been removed]
Todd,

You are correct, gb Ethernet on the client does help.
Also programs are stored on the client.

Other Notes:
I think its like 1) the first time you run/load a program it does some
unpacking or whatever.
2) the second time you run it should be the normal load speed.
3) cache the program in memory and you should have it with in a couple of
seconds.
4) You can create a favorites list that is autoloaded when you log in to
preload cached forms.
5) You can also right click on the Vantage Icon in the icon tray while
autoloading and have vantage stop where it's at in the autoload process.

Are we having fun yet.

Patrick
-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Todd Anderson
Sent: Tuesday, December 13, 2005 9:12 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] V8 performance

Dick,



If I was a LITTLE less stupid life would be SO much easier to understand .



The performance numbers you posted don't appear to have jack to do with the
CPU or RAM performance. Looks more like a bandwidth issue.



Yes, I suppose if you had 10-gig network speed and some of the new 50,000
rpm hard drives on your server and clients you could push the data fast
enough .



Still, the last time I saw numbers like these the issue was that silly full
color splash screen on V4. Simply replacing it with a minimal black and
white splash screen shaved 50% off of the start up time.



Since your 2nd try numbers are very workable that leads me to believe that
the issue is preloading the cache files on the clients on installation.



Sort of like caching the V4 schema on the local hard drives.



Just for tricks . can you copy the entire Vantage folder from the server to
the client PC and doctor your startup in V8 so the program runs locally with
the DB pointed at the server?



Not that I think this is a reasonable real world situation . I'm just
curious what happens to speed if the fun stuff is local.



Also, can you check physical/virtual memory on a 1 gig ram pc --- before you
start V8 --- and then after running the speed test listed below ++ before
you close V8?



How much of this junk is being loaded into physical memory?



Have you had a chance to watch your server NIC performance while running
these tests?



Curious . if your first and second try numbers were equal it would be a
completely different puzzle.



Todd Anderson





_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
PLAMAN DICK
Sent: Tuesday, December 13, 2005 2:26 PM
To: vantage@yahoogroups.com
Subject: [Vantage] V8 performance



I am testing vantage (8.805) and have benchmarked the following on a Compaq
EVO P4, 1.6Ghz 1.5GB RAM.
open vantage. 10 seconds
open order entry.....35 seconds, close and re-open, 2 seconds open PO
entry..... 40 seconds, close and re-open, 5 seconds open Part
Maintenance...50 seconds, close and re-open, 7 seconds.
open Quotes......35 seconds, close and re-open, 15 seconds.
open Engineering Workbench.....25 seconds, close and re-open, 5 seconds.
I have set Norton Anti-Virus to exclude scanning the vantage 8 server.

My users will not be happy with this performance.
I am going to try the same benchmarks with a P4, 3.2 Ghz machine with 1 GB
RAM.

regards,


[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




SPONSORED LINKS


Manufacturing
<http://groups.yahoo.com/gads?t=ms&k=Manufacturing+software&w1=Manufacturing
+software&w2=Membership+database+software&w3=Database+mortgage+software&
+w4=P
da+database+software&w5=Database+management+software&w6=Database+marketi
da+database+ng+s
oftware&c=6&s=188&.sig=OG5F3819UOUOg63i0bu6kA> software

Membership
<http://groups.yahoo.com/gads?t=ms&k=Membership+database+software&w1=Manufac
turing+software&w2=Membership+database+software&w3=Database+mortgage+sof
turing+twar
e&w4=Pda+database+software&w5=Database+management+software&w6=Database+marke
ting+software&c=6&s=188&.sig=N5BGdur84p-jyuOomcQdbQ> database software

Database
<http://groups.yahoo.com/gads?t=ms&k=Database+mortgage+software&w1=Manufactu
ring+software&w2=Membership+database+software&w3=Database+mortgage+softw
ring+are&
w4=Pda+database+software&w5=Database+management+software&w6=Database+marketi
ng+software&c=6&s=188&.sig=8rvcSQnCqJhTCZu-0Si39A> mortgage software


Pda
<http://groups.yahoo.com/gads?t=ms&k=Pda+database+software&w1=Manufacturing+
software&w2=Membership+database+software&w3=Database+mortgage+software&w4=Pd
a+database+software&w5=Database+management+software&w6=Database+marketing+so
ftware&c=6&s=188&.sig=u3KQrTRPAQfsWIT39aHDkg> database software

Database
<http://groups.yahoo.com/gads?t=ms&k=Database+management+software&w1=Manufac
turing+software&w2=Membership+database+software&w3=Database+mortgage+softwar
e&w4=Pda+database+software&w5=Database+management+software&w6=Database+marke
ting+software&c=6&s=188&.sig=R3CF3ODPY4gwjDZjykQYvw> management software

Database
<http://groups.yahoo.com/gads?t=ms&k=Database+marketing+software&w1=Manufact
uring+software&w2=Membership+database+software&w3=Database+mortgage+software
&w4=Pda+database+software&w5=Database+management+software&w6=Database+market
ing+software&c=6&s=188&.sig=lmBkRUiBtvHI1u5dkymDcw> marketing software



_____

YAHOO! GROUPS LINKS



* Visit your group "vantage <http://groups.yahoo.com/group/vantage> "
on the web.

* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>

* Your use of Yahoo! Groups is subject to the Yahoo!
<http://docs.yahoo.com/info/terms/> Terms of Service.



_____



[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
big difference for V8 performance with the 3.2 P4, 1GB RAM.
Open Quote entry....10 seconds....close and reopen instant
open order entry .....7 seconds....close and reopen...instant
open PO entry.......7 seconds.....close and reopen...instant
all of the modules operate in these approximate time frames
The part tracker takes awhile because there are a bunch of queries tied
together.
bottom line, before we migrate to V8, we will need to purchase faster
systems.




[Non-text portions of this message have been removed]
Gents,

Yes, Gb Ethernet on the client will help but only by reducing network
latency. There are a couple of constraining factors to improved network
performance affecting V8 performance. The first is IP packet conversion
overhead. If you look, even when trying to transfer a multi-gigabyte file
from the workstation to the server over a Gb Ethernet you will find that
your network performance is nowhere near full wire speed. The reason is
that the CPU will be tapped out trying to deal with the overhead of IP
traffic (particularly on Windows systems). You can alleviate the issue with
a TOE (TCP/IP Offload Engine) NIC that handles the overhead of IP and leaves
the CPU for other more productive activities. For the details see:

http://www.alacritech.com

There are a number of white papers and test cases that demonstrate the
benefit. Just as an interesting aside, you will also see a noticeable
improvement, particularly in latency, by going to Cat6 cabling. Even if you
just patch your servers to the switch, Cat6 makes a noticeable difference
for Gb Ethernet response. An added benefit of Cat6 is that the additional
shielding mitigates packet loss and, hence, packet recalls so in noisy
environments network performance is significantly improved. Several months
ago we replace all of our Cat5e with Cat6 and all of our workstations with
Gb adapters saw an immediate improvement in not only speed but also
stability.

The second issue with Gb Ethernet is bus plane limitations. If you put the
adapter on a PCI bus, the bus will limit the performance of the adapter,
especially if it is also attempting to deal with ancillary traffic from
other peripherals at the same time. So between bus limitations, IP traffic
overhead, and cabling performance, Gb Ethernet to the desktop will provide a
little more snap to the application response but not much (10-15%).

As Bob noted earlier, the real avenue to improve application response with
V8 is with the workstation CPU and disk access. The reason for this is
twofold. First, .NET requires that client code residing on the workstation
go through a JIT compiler on the first execution. That's why the code
executes slowly on the first execution and rapidly on the second. It gets
compiled and loaded into memory in its machine state for execution
subsequent times. This is why the amount of workstation memory is so
critical to V8 performance. The more memory, the more compiled code can be
cached into memory for subsequent access. It's also why the local CPU
throughput is so important. The speed of the initial load of a V8 module
will be significantly impacted by the speed with which the workstation can
compile the .NET CRL code so a fast CPU will make a huge difference for the
user experience. Second is that the rather bloated Infragistics UI
components that comprise the V8 interface take time to be retrieved from
local storage and processed. The faster the components can be loaded into
memory and compiled, the faster the user experience.

Ok, so what is the optimal network config for V8 performance? In an ideal
world, you would want to start with a dual processor dual core server with
enough ram to load the OS plus all of the remaining processes and the
Vantage DB. This would allow each OE10 Service its own thread on a
processor (DB, APP, http, uddi,file) and sufficient headroom to cache the
data into memory for each. If you wanted to add some additional capacity
for very little money you might want to through in a TOE NIC to reduce the
CPU overhead and get more from your server. At the wire level, you would
want to run Cat6 cable, Gb Switch and have a Gb to the desktop
infrastructure. This would guarantee the best server performance for your
V8 implementation from the server to the desktop. On the desktop, you would
be best served by all the P4, Athlon, Opteron you could reasonably afford
plus 1.5 to 2 GB of RAM. Now, here's the kicker, you will need an
inexpensive, semi-involatile, RAM disk application to load the V8
workstation client into. Here's a good source:

http://www.cenatek.com/product_ramdisk.cfm


Install the V8 client into the RAM partition on the workstation and you will
have the best performance possible from a non-emulated desktop you can
achieve...

Whew...I think I have carpel tunnel....


Michael

Michael Barry
Aspacia Systems Inc
866.566.9600
312.803.0730 fax
http://www.aspacia.com/


-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
pjw@...
Sent: Wednesday, December 14, 2005 5:53 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] V8 performance

Todd,

You are correct, gb Ethernet on the client does help.
Also programs are stored on the client.

Other Notes:
I think its like 1) the first time you run/load a program it does some
unpacking or whatever.
2) the second time you run it should be the normal load speed.
3) cache the program in memory and you should have it with in a couple of
seconds.
4) You can create a favorites list that is autoloaded when you log in to
preload cached forms.
5) You can also right click on the Vantage Icon in the icon tray while
autoloading and have vantage stop where it's at in the autoload process.

Are we having fun yet.

Patrick
-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Todd Anderson
Sent: Tuesday, December 13, 2005 9:12 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] V8 performance

Dick,



If I was a LITTLE less stupid life would be SO much easier to understand .



The performance numbers you posted don't appear to have jack to do with the
CPU or RAM performance. Looks more like a bandwidth issue.



Yes, I suppose if you had 10-gig network speed and some of the new 50,000
rpm hard drives on your server and clients you could push the data fast
enough .



Still, the last time I saw numbers like these the issue was that silly full
color splash screen on V4. Simply replacing it with a minimal black and
white splash screen shaved 50% off of the start up time.



Since your 2nd try numbers are very workable that leads me to believe that
the issue is preloading the cache files on the clients on installation.



Sort of like caching the V4 schema on the local hard drives.



Just for tricks . can you copy the entire Vantage folder from the server to
the client PC and doctor your startup in V8 so the program runs locally with
the DB pointed at the server?



Not that I think this is a reasonable real world situation . I'm just
curious what happens to speed if the fun stuff is local.



Also, can you check physical/virtual memory on a 1 gig ram pc --- before you
start V8 --- and then after running the speed test listed below ++ before
you close V8?



How much of this junk is being loaded into physical memory?



Have you had a chance to watch your server NIC performance while running
these tests?



Curious . if your first and second try numbers were equal it would be a
completely different puzzle.



Todd Anderson
At 09:53 PM 12/14/2005, you wrote:
>so what is the optimal network config for V8 performance? In an
>ideal world, you would want to start with a dual processor dual core
>server with enough ram to load the OS plus

Intel's cpu architecture still suffers from limited IO and memory
bandwidth, and it just becomes more pronounced in multi-processor
systems, since they're all stuck sharing one bus for memory, PCI IO,
and inter-processor communication.

AMD's Opteron and other server-class chips, in a system that doesn't
cut corners, have a big advantage. Each CPU has dedicated bus to its
memory -- no sharing with the other CPUs, or IO. Plus dedicated
buses for IO and inter-processor communication.

There's a good techno article here:
http://www.samag.com/documents/s=9408/sam0411b/0411b.htm

Instead of one big honkin' server how about splitting it up? I don't
know much about V8 yet. But on the prior ones, you could have the
Progress DB server and the file server (for all the stuff in your V:\
or whatever share, and NO the database is NOT accessed via the mapped
drive!) on separate machines. Can this be done on V8? This
alleviates many of the bottlenecks of a multi-processor server.

>Now, here's the kicker, you will need an inexpensive,
>semi-involatile, RAM disk application to load the V8 workstation client into.

I'm skeptical / confused on that one.... How much can a ram-disk
help a modern O/S that already has efficient disk caching built
in? They were nice (if you could afford them!) back in the 80s, when
many O/Ses had little or no caching functionality. Or the machine
architecture was so limited in its address range that it couldn't
cache the needed amount. But as much as I hate to say anything
positive about Windoze, it seems to do disk IO and caching pretty well.

>> > Sort of like caching the V4 schema on the local hard drives.

I tried that at V3 & V4, and it was ~slower~ than without! A number
of folks on this list had the same experience.


-Wayne Cox
Twenty Three, Inc. - Information Technology Consulting
828-685-2338