Re: [RFC] Split notmuch_database_close into two functions

2012-04-18 Thread Austin Clements
Quoth Mark Walters on Apr 17 at 9:42 am: On Thu, 12 Apr 2012, Austin Clements amdra...@mit.edu wrote: Quoth Justus Winter on Apr 12 at 11:05 am: Quoting Austin Clements (2012-04-01 05:23:23) Quoth Justus Winter on Mar 21 at 1:55 am: I propose to split the function

[RFC] Split notmuch_database_close into two functions

2012-04-17 Thread Tomi Ollila
On Tue, Apr 17 2012, Justus Winter <4winter at informatik.uni-hamburg.de> wrote: > Hi everyone, > > Quoting Patrick Totzke (2012-04-13 10:33:58) >> Quoting Austin Clements (2012-04-01 04:23:23) >> >Maybe you could describe your use case in more detail? >> >> Quoting Austin Clements (2012-04-12

[RFC] Split notmuch_database_close into two functions

2012-04-17 Thread Justus Winter
Hi everyone, Quoting Patrick Totzke (2012-04-13 10:33:58) > Quoting Austin Clements (2012-04-01 04:23:23) > >Maybe you could describe your use case in more detail? > > Quoting Austin Clements (2012-04-12 17:57:44) > >Quoth Justus Winter on Apr 12 at 11:05 am: > ... > >I see. TL;DR > > .. which

Re: [RFC] Split notmuch_database_close into two functions

2012-04-17 Thread Mark Walters
On Thu, 12 Apr 2012, Austin Clements amdra...@mit.edu wrote: Quoth Justus Winter on Apr 12 at 11:05 am: Quoting Austin Clements (2012-04-01 05:23:23) Quoth Justus Winter on Mar 21 at 1:55 am: I propose to split the function notmuch_database_close into notmuch_database_close and

Re: [RFC] Split notmuch_database_close into two functions

2012-04-16 Thread Tomi Ollila
On Tue, Apr 17 2012, Justus Winter 4win...@informatik.uni-hamburg.de wrote: Hi everyone, Quoting Patrick Totzke (2012-04-13 10:33:58) Quoting Austin Clements (2012-04-01 04:23:23) Maybe you could describe your use case in more detail? Quoting Austin Clements (2012-04-12 17:57:44) Quoth

[RFC] Split notmuch_database_close into two functions

2012-04-12 Thread Justus Winter
Quoting Austin Clements (2012-04-12 18:57:44) >Quoth Justus Winter on Apr 12 at 11:05 am: >> Quoting Austin Clements (2012-04-01 05:23:23) >> >Quoth Justus Winter on Mar 21 at 1:55 am: >> >> I propose to split the function notmuch_database_close into >> >> notmuch_database_close and

[RFC] Split notmuch_database_close into two functions

2012-04-12 Thread Austin Clements
Quoth Justus Winter on Apr 12 at 11:05 am: > Quoting Austin Clements (2012-04-01 05:23:23) > >Quoth Justus Winter on Mar 21 at 1:55 am: > >> I propose to split the function notmuch_database_close into > >> notmuch_database_close and notmuch_database_destroy so that long > >> running processes

[RFC] Split notmuch_database_close into two functions

2012-04-12 Thread Justus Winter
Quoting Austin Clements (2012-04-01 05:23:23) >Quoth Justus Winter on Mar 21 at 1:55 am: >> I propose to split the function notmuch_database_close into >> notmuch_database_close and notmuch_database_destroy so that long >> running processes like alot can close the database while still using >>

Re: [RFC] Split notmuch_database_close into two functions

2012-04-12 Thread Justus Winter
Quoting Austin Clements (2012-04-01 05:23:23) Quoth Justus Winter on Mar 21 at 1:55 am: I propose to split the function notmuch_database_close into notmuch_database_close and notmuch_database_destroy so that long running processes like alot can close the database while still using data

Re: [RFC] Split notmuch_database_close into two functions

2012-04-12 Thread Austin Clements
Quoth Justus Winter on Apr 12 at 11:05 am: Quoting Austin Clements (2012-04-01 05:23:23) Quoth Justus Winter on Mar 21 at 1:55 am: I propose to split the function notmuch_database_close into notmuch_database_close and notmuch_database_destroy so that long running processes like alot can

Re: [RFC] Split notmuch_database_close into two functions

2012-04-12 Thread Justus Winter
Quoting Austin Clements (2012-04-12 18:57:44) Quoth Justus Winter on Apr 12 at 11:05 am: Quoting Austin Clements (2012-04-01 05:23:23) Quoth Justus Winter on Mar 21 at 1:55 am: I propose to split the function notmuch_database_close into notmuch_database_close and notmuch_database_destroy so

[RFC] Split notmuch_database_close into two functions

2012-04-01 Thread Austin Clements
Quoth Justus Winter on Mar 21 at 1:55 am: > I propose to split the function notmuch_database_close into > notmuch_database_close and notmuch_database_destroy so that long > running processes like alot can close the database while still using > data obtained from queries to that database. Is this

[RFC] Split notmuch_database_close into two functions

2012-03-27 Thread Justus Winter
You're right of course, updated patch sent as a follow up. Justus

Re: [RFC] Split notmuch_database_close into two functions

2012-03-27 Thread Justus Winter
You're right of course, updated patch sent as a follow up. Justus ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[RFC] Split notmuch_database_close into two functions

2012-03-24 Thread Tomi Ollila
Justus Winter <4winter at informatik.uni-hamburg.de> writes: > I propose to split the function notmuch_database_close into > notmuch_database_close and notmuch_database_destroy so that long > running processes like alot can close the database while still using > data obtained from queries to that

Re: [RFC] Split notmuch_database_close into two functions

2012-03-24 Thread Tomi Ollila
Justus Winter 4win...@informatik.uni-hamburg.de writes: I propose to split the function notmuch_database_close into notmuch_database_close and notmuch_database_destroy so that long running processes like alot can close the database while still using data obtained from queries to that

[RFC] Split notmuch_database_close into two functions

2012-03-21 Thread Patrick Totzke
Hi all, I can confirm that this fixes a rather nasty core dump in a branch of alot that closes and re-opens the database more frequently. /p

[RFC] Split notmuch_database_close into two functions

2012-03-21 Thread Justus Winter
I propose to split the function notmuch_database_close into notmuch_database_close and notmuch_database_destroy so that long running processes like alot can close the database while still using data obtained from queries to that database. I've updated the tools, the go, ruby and python bindings

[RFC] Split notmuch_database_close into two functions

2012-03-20 Thread Justus Winter
I propose to split the function notmuch_database_close into notmuch_database_close and notmuch_database_destroy so that long running processes like alot can close the database while still using data obtained from queries to that database. I've updated the tools, the go, ruby and python bindings