Articles with the Python tag

Asynchronous Python Logging Using MSMQ

February 21, 2014 by Goutham Balaraman

Asynchronous logging in Python using MSMQ.

   python   programming  

Sending MSMQ Messages Using Python

February 21, 2014 by Goutham Balaraman

Send MSMQ messages using python

   python   programming  

Python Multiprocessing as a Task Queue

January 07, 2014 by Goutham Balaraman

Use multiprocessing module as a task queue, and over come GIL in python.

   python   programming