wenzelm [Wed, 10 Sep 2008 23:19:36 +0200] rev 28196
tuned;
wenzelm [Wed, 10 Sep 2008 22:29:36 +0200] rev 28195
future_schedule: uninterruptible join;
wenzelm [Wed, 10 Sep 2008 21:50:32 +0200] rev 28194
added future_scheduler (default false);
wenzelm [Wed, 10 Sep 2008 21:50:30 +0200] rev 28193
replaced join_all by join_results, which returns Exn.results;
join: disallow Multithreading.self_critical, which is prone to deadlocks due to context change via fork;
wenzelm [Wed, 10 Sep 2008 20:28:01 +0200] rev 28192
workers: explicit activity flag;
SYNCHRONIZED: optional tracing;
wenzelm [Wed, 10 Sep 2008 19:44:29 +0200] rev 28191
future: allow explicit group;
cancel: invalidate group identifier for all future members;
tuned comments;
tuned;
wenzelm [Wed, 10 Sep 2008 19:44:28 +0200] rev 28190
cancel: invalidate group implicitly, via bool ref;
job: moved ok flag into group;
added interrupt, interrupt_external for tasks;
wenzelm [Wed, 10 Sep 2008 11:36:37 +0200] rev 28189
auto_flush: uniform block buffering for all output streams;
wenzelm [Tue, 09 Sep 2008 23:48:38 +0200] rev 28188
auto_flush stdout, stderr as well;
wenzelm [Tue, 09 Sep 2008 23:48:36 +0200] rev 28187
proper values of no_interrupts, regular_interrupts;
wenzelm [Tue, 09 Sep 2008 23:30:05 +0200] rev 28186
cancel: check_scheduler;
adapted to simplified TaskQueue.cancel;
improved join/join_all: actively work towards results, i.e. do not yield unnecessarily;
misc tuning;
wenzelm [Tue, 09 Sep 2008 23:30:00 +0200] rev 28185
simplified dequeue: provide Thread.self internally;
simplified cancel: interrupt running threads internally;
added depend;
added dequeue_towards;
misc tuning;
wenzelm [Tue, 09 Sep 2008 20:22:40 +0200] rev 28184
eliminated cache, access queue efficiently via IntGraph.get_first;
wenzelm [Tue, 09 Sep 2008 20:22:30 +0200] rev 28183
export get_first from underlying table;
wenzelm [Tue, 09 Sep 2008 19:57:54 +0200] rev 28182
out_stream: block-buffered, with separate autoflush thread (every 50ms);
wenzelm [Tue, 09 Sep 2008 19:36:21 +0200] rev 28181
babel: removed unnecessary "french" option, which actually enables french section names etc. on some LaTeX installations;
nipkow [Tue, 09 Sep 2008 19:33:22 +0200] rev 28180
added comment
wenzelm [Tue, 09 Sep 2008 16:59:48 +0200] rev 28179
human-readable printing of TaskQueue.task/group;
wenzelm [Tue, 09 Sep 2008 16:35:57 +0200] rev 28178
* Changed defaults for unify configuration options;
wenzelm [Tue, 09 Sep 2008 16:29:34 +0200] rev 28177
inherit group from running thread, or create a new one -- make it harder to re-use canceled groups;
group is now non-optional;
tuned signature;
replaced low-level interrupts by group cancel operation;
misc tuning;
wenzelm [Tue, 09 Sep 2008 16:29:32 +0200] rev 28176
job: explicit 'ok' status -- false for canceled jobs;
group is now non-optional;
tuned signature;
replaced low-level interrupts by group cancel operation;
misc tuning;
paulson [Tue, 09 Sep 2008 16:17:08 +0200] rev 28175
Overall exception handler in order to insulate our users from low-level bugs.
paulson [Tue, 09 Sep 2008 16:16:20 +0200] rev 28174
more careful exception handling in order to prevent backtracking; miscellaneous tidying up.
paulson [Tue, 09 Sep 2008 16:15:25 +0200] rev 28173
Increasing the default limits in order to prevent unnecessary failures.
wenzelm [Mon, 08 Sep 2008 22:14:39 +0200] rev 28172
send: broadcast condition while locked!
wenzelm [Mon, 08 Sep 2008 21:08:30 +0200] rev 28171
proper signature constraint;
wenzelm [Mon, 08 Sep 2008 20:35:38 +0200] rev 28170
tuned Mailbox.send;
wenzelm [Mon, 08 Sep 2008 20:33:29 +0200] rev 28169
removed unused sync_interrupts;
wenzelm [Mon, 08 Sep 2008 20:33:27 +0200] rev 28168
moved thread data to future.ML (again);
dequeue: include group;
more interrupt operations;
misc tuning;
wenzelm [Mon, 08 Sep 2008 20:33:24 +0200] rev 28167
more interrupt operations;
maintain thread data (formerly in task_queue.ML);
wait: added tracing;
added requests mailbox;
handle excessive workers
fork: inherit group;
added rudimentary shutdown;
misc tuning;
wenzelm [Mon, 08 Sep 2008 16:08:23 +0200] rev 28166
moved task, thread_data, group, queue to task_queue.ML;
tuned signature;
SYNCHRONIZED notify_all!
misc tuning;
wenzelm [Mon, 08 Sep 2008 16:08:18 +0200] rev 28165
Ordered queue of grouped tasks.
formerly in future.ML;
added thread data;
added group;
more robust dequeue: change into running here;
misc tuning;