Browse by Tags

zmajcek |> parallel |> Pattern for calling event handlers on UI thread when event fires on worker thread
Wednesday, January 07, 2009 8:24 PM
Recently I was working on a project that required parallel processing. Instead of using Task Parallel Library (TPL) , I opt to make my own library ( code ). This library has very naive approach to task scheduling (without queue stealing technique) but it works . I wanted it to have appealing API and to be compatible with Windows Apps thread model (which requires... Read More...
zmajcek |> parallel
Thursday, December 11, 2008 12:02 AM
U poslednje vreme bavim se paralelnom obradom podataka, što je svakako bolje nego da vodim paralelne živote . Naime, firma u kojoj radim bavi se skeniranjem, mikrofilmovanjem i obradom dokumenata. Pisanje aplikacija za obradu dokumenata (OCR, barcode recognition, ...) u funkcionalnom smislu nije velika mudrost pošto koristimo engine vodećih vendora... Read More...
by zmajcek | with no comments