This topic is locked
[SOLVED]

 Dragging during the Build process

8/25/2010 3:44:32 PM
PHPRunner General questions
S
Supratec author

Hi everybody,
I've had a problem when the PHPRunner Build process is rolling. The proceeding bar stops so long time, for instance in point 130 from total of 420 process , during more than 15 minutes and the CPU usage archives 100%. Strange behaviour! I have to back to the last backup pack to get normal. The difference is only a view created on database with the next code:
CREATE VIEW sysrondadb_dev.viewcontadorempresa AS

SELECT id_Empresa, COUNT(*) FROM empresalocalidade GROUP BY id_Empresa;
I feel that when are added too much views and/or with unsimplified code, the PHPRunner has this behaviour. Anybody already have this situation? How to surpass this situation?

Thanks indeed.

Regards

Sergey Kornilov admin 8/25/2010

Really hard to tell what might be wrong without seeing your files.
I recommend to open a ticket at http://support.xlinesoft.com sending your project directory zipped along with script that creates database tables.

S
Supratec author 8/27/2010

Hi,

Thanks for all. I have fixed it with change my PC. There are some conflicts with the PC.

Regards