Good morning everyone,

I have a web site that was develop in django on a windows 2003 server
and a mssql database. Latetly it seems that the web site is going
slower and slower. We add datas but not that much to slow it down so
much. I run it on my dev environnement with cProfile and looking at
the stats (p.sort_stats('time').print_stats(10) I saw that the first
line is

ncalls   tottime    percall    cumtime    percall
filename:lineno(function)
1          85.085     85.085    85.085      85.085    {nt.spawnve}

I would like to know what is this file and why is it taking so long.

Regards,
VB

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to