Hi,
I'm very new with beanstalkd and work queues in general. I am looking to setup a queue system to upload large files (~150MB). For specific reasons we decided to do this using SFTP (phpseclib). After some research I came to the conclusion that I would probably need something like a work queue. I decided to go with Beanstalkd since there was a drupal module for it. I have managed to get a Beanstalkd server running and add items to the queue via the drupal module integration. But now I'm kind of confused as to how I would need to execute a specific script (SFTP upload). Can anyone help with this particular part of getting beanstalkd queue items to run in a non-blocking way? The users of the site are already experiencing file upload to the web server, and I wouldn't want the to experience it again while uploading the file from the web server to a remote server. Do I need to maybe write a shell script to run a php cli or am I looking at it all wrong? -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/beanstalk-talk/-/UuKMRzuyRAgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
