wenzelm [Fri, 25 Apr 2014 14:39:11 +0200] rev 56721
merged
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;
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;
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;
wenzelm [Fri, 25 Apr 2014 12:59:33 +0200] rev 56717
tuned whitespace;
wenzelm [Fri, 25 Apr 2014 12:56:24 +0200] rev 56716
obsolete;
wenzelm [Fri, 25 Apr 2014 12:51:08 +0200] rev 56715
clarified Session.Consumer, with Session.Outlet managed by dispatcher thread;
eliminated old actors;
wenzelm [Fri, 25 Apr 2014 12:27:18 +0200] rev 56714
tuned comments;
wenzelm [Fri, 25 Apr 2014 11:09:59 +0200] rev 56713
more robust prover termination;
wenzelm [Fri, 25 Apr 2014 10:51:57 +0200] rev 56712
more explicit checks;
wenzelm [Thu, 24 Apr 2014 23:21:00 +0200] rev 56711
tuned signature;
wenzelm [Thu, 24 Apr 2014 23:13:17 +0200] rev 56710
more uniform warning/error handling, potentially with propagation to send_wait caller;
wenzelm [Thu, 24 Apr 2014 23:02:10 +0200] rev 56709
more careful shutdown (amending f2f53f7046f4);
wenzelm [Thu, 24 Apr 2014 22:41:03 +0200] rev 56708
misc tuning;
wenzelm [Thu, 24 Apr 2014 22:20:36 +0200] rev 56707
obsolete;
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;
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);
wenzelm [Thu, 24 Apr 2014 16:52:17 +0200] rev 56704
simplified -- prefer Consumer_Thread over Actor;
wenzelm [Thu, 24 Apr 2014 16:47:47 +0200] rev 56703
tuned imports;
wenzelm [Thu, 24 Apr 2014 16:19:11 +0200] rev 56702
support for requests with explicit acknowledgment (and exception propagation);
wenzelm [Thu, 24 Apr 2014 15:19:11 +0200] rev 56701
more robust thread: continue after failure;
wenzelm [Thu, 24 Apr 2014 15:02:13 +0200] rev 56700
clarified command_input: Consumer_Thread;
wenzelm [Thu, 24 Apr 2014 14:59:46 +0200] rev 56699
further robustification wrt. unclear ranges;
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;
wenzelm [Thu, 24 Apr 2014 13:54:45 +0200] rev 56697
eliminated pointless output actors;
clarified command_input, which already includes thread.join;
wenzelm [Thu, 24 Apr 2014 13:40:29 +0200] rev 56696
more robust shutdown;
less ooddities;
wenzelm [Thu, 24 Apr 2014 13:13:48 +0200] rev 56695
consumer thread with unbounded queueing of requests (similar to Message_Channel in ML);
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);
wenzelm [Thu, 24 Apr 2014 12:10:26 +0200] rev 56693
added Mailbox, as in ML;
wenzelm [Thu, 24 Apr 2014 12:09:55 +0200] rev 56692
synchronized access, similar to ML version;