Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Increase in Time Taken to Build Exe
Message
From
12/06/2004 02:26:44
Thomas Ganss (Online)
Main Trend
Frankfurt, Germany
 
 
To
11/06/2004 08:53:41
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00912221
Message ID:
00912982
Views:
24
>It's not as if it doesn't work its just very slow.
That is the effect it has on compiling in .net:
in this config compiling slows to a crawl because
for every file access there is a runaround for rights and so on.
It still "works" <g>.

>I have a feeling that there's something gone wrong
>in the project and it needs tidying in some way - not sure how!
Simple tests:
local lnServ, lnLocal
lnServ = seconds()
Compile Class Local:\MovedProj\Lib\SomeVcx*.vcx
lnServ = seconds()-m.lnServ
lnLocal = seconds()
Compile Class Server:\TheProj\Lib\SomeVcx*.vcx
lnLocal = seconds()-m.lnLocal
? lnLocal, lnServ
should give you an idea where the problem is.
Or recreate the .pjx/pjt from a local machine
and put it on the server.

the pjx/pjt can be used like a dbf to make a more
elaborate test than above and it is not that painful.

OTOH: you might be chasing HW problems...

HTH

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform