log piecrust/workerpool.py @ 1141:5d9b2581b8a1

age author description
Tue, 23 Jan 2018 08:54:58 -0800 Ludovic Chabant serve: Don't spam the output when hitting CTRL+C while processing assets.
Wed, 29 Nov 2017 21:36:11 -0800 Ludovic Chabant bake: More detailed stats, and fix a problem with some error reporting.
Tue, 28 Nov 2017 21:28:15 -0800 Ludovic Chabant bake: Do template caching in a background job if possible.
Sun, 26 Nov 2017 22:23:03 -0800 Ludovic Chabant bake: Better performance stats, and add callback to preload templates.
Sat, 25 Nov 2017 23:01:48 -0800 Ludovic Chabant bake: Make `batch-size` option work again.
Mon, 20 Nov 2017 23:06:47 -0800 Ludovic Chabant bake: Fix bugs introduced by bake optimizations, of course.
Sun, 19 Nov 2017 14:29:17 -0800 Ludovic Chabant bake: Big pass on bake performance.
Sun, 29 Oct 2017 22:51:57 -0700 Ludovic Chabant tests: Big push to get the tests to pass again.
Tue, 17 Oct 2017 01:00:55 -0700 Ludovic Chabant internal: Worker pool improvements
Sun, 23 Jul 2017 18:03:21 -0700 Ludovic Chabant internal: Use pickle for caching things on disk.
Thu, 15 Jun 2017 22:16:34 -0700 Ludovic Chabant bake: Use the basic Python queue again.
Sun, 04 Jun 2017 23:34:28 -0700 Ludovic Chabant core: Keep refactoring, this time to prepare for generator sources.
Wed, 17 May 2017 00:11:48 -0700 Ludovic Chabant core: Start of the big refactor for PieCrust 3.0.
Sat, 16 Apr 2016 22:50:07 -0700 Ludovic Chabant bake: Some more optimizations.
Wed, 23 Mar 2016 12:19:35 -0700 Ludovic Chabant bake: Re-enable faster serialization between processes.
Wed, 23 Mar 2016 01:53:57 -0700 Ludovic Chabant bake: Use threads to read/write from/to the main arbitrator process.
Mon, 21 Mar 2016 22:28:57 -0700 Ludovic Chabant bake: Use standard pickle and queue for now to fix some small issues.
Mon, 14 Mar 2016 08:26:14 -0700 Ludovic Chabant bake: Change `show-timers` to `show-stats`, add stats.
Sat, 10 Oct 2015 23:02:40 -0700 Ludovic Chabant bake: Don't re-setup logging for workers unless we're sure we need it.
Thu, 23 Jul 2015 23:04:00 -0700 Ludovic Chabant bake: Fix logging configuration for multi-processing on Windows.
Sat, 11 Jul 2015 18:49:50 -0700 Ludovic Chabant bake: Add CLI argument to specify job batch size.
Sat, 11 Jul 2015 17:51:56 -0700 Ludovic Chabant internal: Handle data serialization more under the hood.
Sat, 11 Jul 2015 00:45:35 -0700 Ludovic Chabant bake: Use batched jobs in the worker pool.
Tue, 07 Jul 2015 20:19:54 -0700 Ludovic Chabant bake: Don't pass the previous record entries to the workers.
Mon, 06 Jul 2015 21:30:49 -0700 Ludovic Chabant bake: Optimize the bake by not using custom classes for passing info.
Sun, 05 Jul 2015 00:09:41 -0700 Ludovic Chabant bake: Commonize worker pool code between html and asset baking.