2010-2-21

10:24 dotz
Hi there.
10:24 dotz
I'm trying to run celery 1.0 on Windows XP. It seems, that it works only in EAGER mode :-)
10:25 dotz
Should it work better?
10:26 dotz
Without eager mode, I see it connect to RabbitMQ, I see it receive messages from Django instance, but it doesn't run any tasks,
10:26 dotz
... and, I get that message about no hanleds for "multiprocessing", which comes from python logging module.
15:38 sunoano
I am new to AMQP. One question I have is: what's the relation between carrot and celery? If there is any?
15:38 asksol
celery users carrot to communicate with brokers
15:38 asksol
s/users/uses
15:39 asksol
carrot has support for amqplib, pika, stomp (and redis, database using ghettoq)
15:40 sunoano
ah, ok, good; celery builds upon carrot then ... it's correct to say that yes?
15:40 sunoano
lol ... try Google with: "carrot vs celery" ;-)
15:41 sunoano
there is a #carrot channel too?
15:42 asksol
no
15:45 asksol
yeah, you could say celery builds upon carrot, but then again you could write other listeners for celery too
15:45 asksol
celery uses carrot to send and receive messages
15:52 sunoano
I see, well, you know, it always helps if you're new to something to start bottom down eg with it's architecture ... at least that's how I prefer to do it
15:52 sunoano
err ... top to bottom ... phuu ... /me needs coffee ;)
15:56 asksol
\
16:18 padt
asksol: is the lightning talk dude anyone you know?