app slow down
Kragen Sitaker
kragen at dnaco.net
Sat Sep 23 23:11:42 EDT 2000
More information about the Python-list mailing list
Sat Sep 23 23:11:42 EDT 2000
- Previous message (by thread): app slow down
- Next message (by thread): app slow down
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <39CD415A.CC498224 at uni-bremen.de>, me <hburde at uni-bremen.de> wrote: >My application shows strange delays at several points. Opening Window a) >needs 2 minutes - opening another similar Window b) 2 secounds. The >application does not do any >computations that can cause such delays. I used truss to pin down the >problem . The interpreter sleeps in read - 60..120 secounds - read(6, >0x0071FD7C, 5120) (sleeping...) - and then starts again. Are you doing any network stuff? This sounds like a DNS setup problem. Does emacs also take a long time to start? :) What is file descriptor 6? Does it come from an open call, a socket call, a dup call, or something else? -- <kragen at pobox.com> Kragen Sitaker <http://www.pobox.com/~kragen/> Perilous to all of us are the devices of an art deeper than we ourselves possess. -- Gandalf the Grey [J.R.R. Tolkien, "Lord of the Rings"]
- Previous message (by thread): app slow down
- Next message (by thread): app slow down
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list