Hi, I'm looking at the possibility of using SQLite in an environment with a fixed-size stack, and wish to know, what stack size do I need for SQLite always to work?
Obviously I want it to be as small as possible, as I want as much RAM to be available for other purposes as possible. The application uses a constant set of SQL queries that are string-exact, except for in the case when in some dynamic queries I pass IN (" in (\"abcd\",\"efghi\",\"jklmn\",\"opqr\"...etc.)"). So the stack size needs to hold for those queries, and any dataset sizes (inserting large cells, querying all of long tables with large cells). If there would be some kind of runtime checks (i.e. the app dies with printing 'Stack overflow' to stderr on stack overflow), I could always just increase it up to the level where I ever saw an exception, and add another 10% for safety. Looking forward to your response, Kind regards, Mikael _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users