Re: [dev] Re: [surf] cookie race condition for multiple instances?

2009-09-05 Thread Ray Kohler
On Sat, Sep 5, 2009 at 5:17 AM, Aurélien Aptel wrote: > On Sat, Sep 5, 2009 at 8:02 AM, Enno Boland (Gottox) wrote: >> Hey! >> >> I hope I get some free time tomorrow to get cookies working more properly. >> >>> FWIW, in uzbl we use an external script to take care of cookie storage and >>> retriev

Re: [dev] Re: [surf] cookie race condition for multiple instances?

2009-09-05 Thread Aurélien Aptel
On Sat, Sep 5, 2009 at 8:02 AM, Enno Boland (Gottox) wrote: > Hey! > > I hope I get some free time tomorrow to get cookies working more properly. > >> FWIW, in uzbl we use an external script to take care of cookie storage and >> retrieval. >> wmich makes it easy to support concurrency and multiple

Re: [dev] Re: [surf] cookie race condition for multiple instances?

2009-09-04 Thread Enno Boland (Gottox)
Hey! I hope I get some free time tomorrow to get cookies working more properly. > FWIW, in uzbl we use an external script to take care of cookie storage and > retrieval. > wmich makes it easy to support concurrency and multiple instances can easily > share the same script (storage). Thanks for

Re: [dev] Re: [surf] cookie race condition for multiple instances?

2009-09-04 Thread Dieter Plaetinck
On Thu, 3 Sep 2009 21:52:02 -0400 Ray Kohler wrote: > On Sun, Aug 30, 2009 at 9:53 PM, Ray Kohler wrote: > > I'm curious as to whether a race condition is created for access to > > the soup cookie jar file when multiple instances of surf are running. > > libsoup's docs don't mention any safety me

[dev] Re: [surf] cookie race condition for multiple instances?

2009-09-03 Thread Ray Kohler
On Sun, Aug 30, 2009 at 9:53 PM, Ray Kohler wrote: > I'm curious as to whether a race condition is created for access to > the soup cookie jar file when multiple instances of surf are running. > libsoup's docs don't mention any safety mechanisms for this object, so > I'm expecting trouble is possib