Re: Asynchronous use of SwHTMLParser - is this needed

2012-04-20 Thread Kohei Yoshida
On Fri, 2012-04-20 at 12:39 +0200, Michael Stahl wrote: > >> I'm working on removing SvRefBase from SvParser to make its life cycle > >> a little more easier to understand. I've checked the call sites of > >> all of its derived classes, and in most of those call sites, we could > >> easily replac

Re: Asynchronous use of SwHTMLParser - is this needed

2012-04-20 Thread Kohei Yoshida
On Fri, 2012-04-20 at 13:03 +0200, Eike Rathke wrote: > Hi Kohei, > > On Thursday, 2012-04-19 17:06:43 -0400, Kohei Yoshida wrote: > > > My question is, do we need to keep this asynchronicity of > > SwHTMLParser, or is it okay to change it into a synchronous call like > > the rest of SvParser use

Re: Asynchronous use of SwHTMLParser - is this needed

2012-04-20 Thread Eike Rathke
Hi Kohei, On Thursday, 2012-04-19 17:06:43 -0400, Kohei Yoshida wrote: > My question is, do we need to keep this asynchronicity of > SwHTMLParser, or is it okay to change it into a synchronous call like > the rest of SvParser uses? IIRC the intention was to not make the user wait until timeout i

Re: Asynchronous use of SwHTMLParser - is this needed

2012-04-20 Thread Michael Stahl
On 20/04/12 09:01, Miklos Vajna wrote: > On Thu, Apr 19, 2012 at 05:06:43PM -0400, Kohei Yoshida > wrote: >> My question is, do we need to keep this asynchronicity of >> SwHTMLParser, or is it okay to change it into a synchronous call like >> the rest of SvParser uses? > > I would be surprised i

Re: Asynchronous use of SwHTMLParser - is this needed

2012-04-20 Thread Miklos Vajna
On Thu, Apr 19, 2012 at 05:06:43PM -0400, Kohei Yoshida wrote: > My question is, do we need to keep this asynchronicity of > SwHTMLParser, or is it okay to change it into a synchronous call like > the rest of SvParser uses? I would be surprised if this would be really required, all the sw filter