On Sat, Sep 1, 2012 at 7:32 PM, Simon Slavin <slav...@bigfraud.org> wrote:
>
> On 2 Sep 2012, at 3:13am, shuif...@mail.ustc.edu.cn wrote:
>
>> 1、Do the sqlite support job like oracle or sqlserver,such as
>>        variable job1 number;
>>        begin
>>        sys.dbms_job.submit(job => :job,
>>                            what => 'prc_g_test;',
>>                             next_date => to_date('22-10-2008 10:06:41', 
>> 'dd-mm-yyyy hh24:mi:ss'),
>>                             interval => 
>> 'sysdate+1/1440');--每天1440分钟,即一分钟运行test过程一次
>>         commit;
>>        end;
>
> No.
>
>> 2、how many user connections the sqlite can handler
>
> There is no limit in SQLite for connections.

It is not advised to have multiple processes connect to same file. ..
but in-process probably no limit of connections.

>
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to