Fri, 25 Apr 2014 14:39:11 +0200 merged
wenzelm [Fri, 25 Apr 2014 14:39:11 +0200] rev 56721
merged
Fri, 25 Apr 2014 14:18:13 +0200 updated properties for scala.concurrent.ExecutionContext.Implicits.global (future task farm), similar to Isabelle/ML;
wenzelm [Fri, 25 Apr 2014 14:18:13 +0200] rev 56720
updated properties for scala.concurrent.ExecutionContext.Implicits.global (future task farm), similar to Isabelle/ML; removed obsolete properties for old actors;
Fri, 25 Apr 2014 13:55:50 +0200 simplified change_buffer (again, see 937826d702d5): no thread, just timer, rely on asynchronous commands_changed.post;
wenzelm [Fri, 25 Apr 2014 13:55:50 +0200] rev 56719
simplified change_buffer (again, see 937826d702d5): no thread, just timer, rely on asynchronous commands_changed.post;
Fri, 25 Apr 2014 13:29:56 +0200 replaced manager Actor by Consumer_Thread, which is lazy to defer its start to actual Handler init time;
wenzelm [Fri, 25 Apr 2014 13:29:56 +0200] rev 56718
replaced manager Actor by Consumer_Thread, which is lazy to defer its start to actual Handler init time;
Fri, 25 Apr 2014 12:59:33 +0200 tuned whitespace;
wenzelm [Fri, 25 Apr 2014 12:59:33 +0200] rev 56717
tuned whitespace;
Fri, 25 Apr 2014 12:56:24 +0200 obsolete;
wenzelm [Fri, 25 Apr 2014 12:56:24 +0200] rev 56716
obsolete;
Fri, 25 Apr 2014 12:51:08 +0200 clarified Session.Consumer, with Session.Outlet managed by dispatcher thread;
wenzelm [Fri, 25 Apr 2014 12:51:08 +0200] rev 56715
clarified Session.Consumer, with Session.Outlet managed by dispatcher thread; eliminated old actors;
Fri, 25 Apr 2014 12:27:18 +0200 tuned comments;
wenzelm [Fri, 25 Apr 2014 12:27:18 +0200] rev 56714
tuned comments;
Fri, 25 Apr 2014 11:09:59 +0200 more robust prover termination;
wenzelm [Fri, 25 Apr 2014 11:09:59 +0200] rev 56713
more robust prover termination;
Fri, 25 Apr 2014 10:51:57 +0200 more explicit checks;
wenzelm [Fri, 25 Apr 2014 10:51:57 +0200] rev 56712
more explicit checks;
Thu, 24 Apr 2014 23:21:00 +0200 tuned signature;
wenzelm [Thu, 24 Apr 2014 23:21:00 +0200] rev 56711
tuned signature;
Thu, 24 Apr 2014 23:13:17 +0200 more uniform warning/error handling, potentially with propagation to send_wait caller;
wenzelm [Thu, 24 Apr 2014 23:13:17 +0200] rev 56710
more uniform warning/error handling, potentially with propagation to send_wait caller;
Thu, 24 Apr 2014 23:02:10 +0200 more careful shutdown (amending f2f53f7046f4);
wenzelm [Thu, 24 Apr 2014 23:02:10 +0200] rev 56709
more careful shutdown (amending f2f53f7046f4);
Thu, 24 Apr 2014 22:41:03 +0200 misc tuning;
wenzelm [Thu, 24 Apr 2014 22:41:03 +0200] rev 56708
misc tuning;
Thu, 24 Apr 2014 22:20:36 +0200 obsolete;
wenzelm [Thu, 24 Apr 2014 22:20:36 +0200] rev 56707
obsolete;
Thu, 24 Apr 2014 22:10:00 +0200 converted main session manager to Consumer_Thread: messages need to be consumed immediately, postponed_changes replaces implicit actor mailbox scanning;
wenzelm [Thu, 24 Apr 2014 22:10:00 +0200] rev 56706
converted main session manager to Consumer_Thread: messages need to be consumed immediately, postponed_changes replaces implicit actor mailbox scanning;
Thu, 24 Apr 2014 18:04:18 +0200 simplified commands_changed_buffer (in contrast to a8331fb5c959): rely on better performance of Consumer_Thread/Mailbox and more direct Timer (like session_actor.receiver);
wenzelm [Thu, 24 Apr 2014 18:04:18 +0200] rev 56705
simplified commands_changed_buffer (in contrast to a8331fb5c959): rely on better performance of Consumer_Thread/Mailbox and more direct Timer (like session_actor.receiver);
Thu, 24 Apr 2014 16:52:17 +0200 simplified -- prefer Consumer_Thread over Actor;
wenzelm [Thu, 24 Apr 2014 16:52:17 +0200] rev 56704
simplified -- prefer Consumer_Thread over Actor;
Thu, 24 Apr 2014 16:47:47 +0200 tuned imports;
wenzelm [Thu, 24 Apr 2014 16:47:47 +0200] rev 56703
tuned imports;
Thu, 24 Apr 2014 16:19:11 +0200 support for requests with explicit acknowledgment (and exception propagation);
wenzelm [Thu, 24 Apr 2014 16:19:11 +0200] rev 56702
support for requests with explicit acknowledgment (and exception propagation);
Thu, 24 Apr 2014 15:19:11 +0200 more robust thread: continue after failure;
wenzelm [Thu, 24 Apr 2014 15:19:11 +0200] rev 56701
more robust thread: continue after failure;
Thu, 24 Apr 2014 15:02:13 +0200 clarified command_input: Consumer_Thread;
wenzelm [Thu, 24 Apr 2014 15:02:13 +0200] rev 56700
clarified command_input: Consumer_Thread;
Thu, 24 Apr 2014 14:59:46 +0200 further robustification wrt. unclear ranges;
wenzelm [Thu, 24 Apr 2014 14:59:46 +0200] rev 56699
further robustification wrt. unclear ranges;
Thu, 24 Apr 2014 14:51:41 +0200 allow more control of main loop;
wenzelm [Thu, 24 Apr 2014 14:51:41 +0200] rev 56698
allow more control of main loop; more robust is_active test, although thread could terminate at any time;
Thu, 24 Apr 2014 13:54:45 +0200 eliminated pointless output actors;
wenzelm [Thu, 24 Apr 2014 13:54:45 +0200] rev 56697
eliminated pointless output actors; clarified command_input, which already includes thread.join;
Thu, 24 Apr 2014 13:40:29 +0200 more robust shutdown;
wenzelm [Thu, 24 Apr 2014 13:40:29 +0200] rev 56696
more robust shutdown; less ooddities;
Thu, 24 Apr 2014 13:13:48 +0200 consumer thread with unbounded queueing of requests (similar to Message_Channel in ML);
wenzelm [Thu, 24 Apr 2014 13:13:48 +0200] rev 56695
consumer thread with unbounded queueing of requests (similar to Message_Channel in ML);
Thu, 24 Apr 2014 13:10:42 +0200 proper signaling after each state update (NB: ML version does this uniformly via timed_access);
wenzelm [Thu, 24 Apr 2014 13:10:42 +0200] rev 56694
proper signaling after each state update (NB: ML version does this uniformly via timed_access);
Thu, 24 Apr 2014 12:10:26 +0200 added Mailbox, as in ML;
wenzelm [Thu, 24 Apr 2014 12:10:26 +0200] rev 56693
added Mailbox, as in ML;
Thu, 24 Apr 2014 12:09:55 +0200 synchronized access, similar to ML version;
wenzelm [Thu, 24 Apr 2014 12:09:55 +0200] rev 56692
synchronized access, similar to ML version;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip