Hello, I am looking at beanstalkd to manage my SMS server queues for outgoing and incoming SMS. I will manage those using a PHP daemon.
I have a security concern in the fact that any program on the server can connect to it and add/retrieve/delete jobs from my queues. I mean my current way of handling this is using mysql which is protected with credential. An other way I looked to is using plain text files that can be protected by file system permissions. What security menanism mya I use to be sure that only my PHP Daemon can access beanstalkd queues ? Regards. -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. 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.
