Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * More things to be thread-safe: | Vsevolod Stakhov | 2012-02-13 | 1 | -2/+4 |
| | | | | | | | - pool allocator is now thread-safe - lua subsystem now holds lock to avoid lua stack corruption - events subsystem now using conditional variables to wait for async_threads - insert_result is thread-safe now | ||||
* | Add quarks to events to determine source of event inside rspamd. | Vsevolod Stakhov | 2012-02-13 | 1 | -1/+2 |
| | | | | Another try to fix threading. | ||||
* | Fixes to threading (still incomplete). | Vsevolod Stakhov | 2012-01-31 | 1 | -0/+1 |
| | |||||
* | Rework events library slightly: | Vsevolod Stakhov | 2012-01-31 | 1 | -11/+14 |
| | | | | | - forced events are no longer checked or created - add async threads to prevent session to be destroyed till all threads are finished | ||||
* | Allow for post filters to register async events. | Vsevolod Stakhov | 2011-12-16 | 1 | -1/+4 |
| | | | | Some fixes to lua redis library. | ||||
* | * Finally get rid of stupid savepoints system and migrate to async events ↵ | Vsevolod Stakhov | 2011-12-14 | 1 | -6/+44 |
| | | | | | | logic completely Fix lua redis library. | ||||
* | * Implement new system of async events handling (experimental) | Vsevolod Stakhov | 2009-09-22 | 1 | -0/+39 |