¡@

Home 

python Programming Glossary: mainprocess

Using multiprocessing.Manager.list instead of a real list makes the calculation take ages

http://stackoverflow.com/questions/13121790/using-multiprocessing-manager-list-instead-of-a-real-list-makes-the-calculation

if __name__ '__main__' main which yielded WARNING MainProcess Initial free 2522340 WARNING MainProcess After allocating data.. yielded WARNING MainProcess Initial free 2522340 WARNING MainProcess After allocating data 763248 WARNING Process 1 Free memory 760852..

Python Multiprocessing storing data until further call in each process

http://stackoverflow.com/questions/14437944/python-multiprocessing-storing-data-until-further-call-in-each-process

p.join report_memory 'After p.join' Output 1 19 01 39 MainProcess Initial 26585728 19 01 51 MainProcess After train_and_model.. Output 1 19 01 39 MainProcess Initial 26585728 19 01 51 MainProcess After train_and_model 25958924 19 01 51 MainProcess After Process.. 01 51 MainProcess After train_and_model 25958924 19 01 51 MainProcess After Process 25958924 19 01 51 MainProcess After p.start 25925908..

Why does Celery work in Python shell, but not in my Django views? (import problem)

http://stackoverflow.com/questions/4643065/why-does-celery-work-in-python-shell-but-not-in-my-django-views-import-proble

as you can see in my console 2011 01 09 17 30 05 766 INFO MainProcess Task tasks.Submitter d70d9732 fb07 4cca 82be d7912124a987 succeeded.. of code as above I get this 2011 01 09 17 25 20 298 ERROR MainProcess Unknown task ignored Task of kind 'fable.jobs.tasks.Submitter'.. when I launch it. 2011 01 09 17 38 27 446 WARNING MainProcess Configuration . broker amqp GOGOme@localhost 5672 fablemq ...