Re: [Tutor] pyexpat

2006-04-19 Thread Danny Yoo
On Wed, 19 Apr 2006, Andre Engels wrote: > 2006/4/18, Danny Yoo <[EMAIL PROTECTED]>: > >> H Can you send a link to the text that's causing performance >> issues? It might be possible that someone here might isolate the >> performance problem. (Hey, it happened before with BeautifulSoup

Re: [Tutor] pyexpat

2006-04-19 Thread Andre Engels
2006/4/18, Danny Yoo <[EMAIL PROTECTED]>: > H Can you send a link to the text that's causing performance > issues? It might be possible that someone here might isolate the > performance problem. (Hey, it happened before with BeautifulSoup... > *grin*) I have sent the text (and another t

Re: [Tutor] pyexpat

2006-04-18 Thread Danny Yoo
On Tue, 18 Apr 2006, Andre Engels wrote: > 2006/4/18, Kent Johnson <[EMAIL PROTECTED]>: >> Andre Engels wrote: >>> I am working for the Python Wikipediabot Framework >>> (http://www.sourceforge.net/pywikipedia). A user noted me to an >>> apparent deadlock in the XML parsing. I tried to get to th

Re: [Tutor] pyexpat

2006-04-18 Thread Andre Engels
2006/4/18, Kent Johnson <[EMAIL PROTECTED]>: > Andre Engels wrote: > > I am working for the Python Wikipediabot Framework > > (http://www.sourceforge.net/pywikipedia). A user noted me to an > > apparent deadlock in the XML parsing. I tried to get to the actual > > That's pretty surprising, I wouldn

Re: [Tutor] pyexpat

2006-04-18 Thread Kent Johnson
Andre Engels wrote: > I am working for the Python Wikipediabot Framework > (http://www.sourceforge.net/pywikipedia). A user noted me to an > apparent deadlock in the XML parsing. I tried to get to the actual That's pretty surprising, I wouldn't expect the parser to use any locks. Can you say more