[sqlite] sqlite on vxworks or vrtx?

2004-03-22 Thread Brett Granger
of these OSes? Does anyone have a sense as to how hard it might or might not be if it doesn't already exist? Maybe it's not too hard if they're both POSIX compliant? I know that Berkeley DB from sleepy cat has a vxworks port, but I would really prefer to pursue sqlite. Any thoughts/hints welco

[sqlite] Large memory usage not freed?

2004-11-04 Thread Brett Granger
is not reallocated. Any clues as to 1) why so much memory is being used by these transactions and/or 2) why is it not reused or released? Is there anything we should be doing to prevent this? This is version 2.8.15. Any help greatly appreciated! --Brett Granger

Re: [sqlite] Large memory usage not freed?

2004-11-05 Thread Brett Granger
[EMAIL PROTECTED] wrote: On Nov 4, 2004, at 3:42 PM, D. Richard Hipp wrote: If we exit the process and then reopen the database in a new process, all that memory is not reallocated. Are you sure you have that right? What OS are you running? Oops, tracked it down on our side... multi-threaded