You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gearman
I am working on a project that needs to be very scalable and will be
on multiple servers in about 12 months. Right now I am on one server,
and the web app does a lot of bulk emailing, and image resizing.
Is it possible to implement this solution entirely on one server
initially, and then add servers as needed?
Looking for advice...
Thanks,
Robyn
Eric Day
unread,
Nov 24, 2009, 1:37:51 PM11/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gea...@googlegroups.com
Hi Robyn,
Yes, this is very easy with Gearman. You can run the job server and
all workers on a single machine, and then gradually start up more
workers on remote machines as load increases.
-Eric
reficul walter
unread,
Nov 30, 2009, 9:33:12 PM11/30/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gea...@googlegroups.com
that's what I'm doing right now, I run a virtual machine in my laptop, it's both server and worker.