oop - Worker design pattern -


what "worker" design pattern?

it after worker thread pattern, use queue schedule tasks want processed "offline" worker thread. solutions use pool of worker threads instead of single thread achieve performance gains utilising paralelisation.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -