Perhaps I do not understand enough of the problem but tables in memory
are a pain with web2py. The table will be re-created at each http-
request (unless you put the table in cache) and web2py will not create
the .table files for tables in memory because it knows they are not
persistent.


On Apr 28, 7:55 pm, KMax <mkostri...@gmail.com> wrote:
> Hello
>
>   I guess table creation files like
> 4d93272056dfca0a990325d869e079cd_auth_user.table
>   at database folder will arise.
>   What will happend next start?
>   Web2pyDAL will treat tables as created?
>   ...
>   And second question:
>   sqlite in memmory will be the fastest one, but what about concurent
> access in case of multithreaded instance?
>
> On 28 апр, 22:33, Bruno Rocha <rochacbr...@gmail.com> wrote:
>
>
>
>
>
>
>
> > db = DAL('sqlite:memory') #you got an temp sqlinstance on memory

Reply via email to