Jump to content

kbird

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by kbird

  1. Thanks a lot gizmola. supprised to hear php can interface with ActiveMQ. I am going to check that out!
  2. thanks a lot ignace. This is what i want to do. i am have module (in application) which has to keep sending some xml request to some external system, external system send me back responses based on xml requests. these xml requests are passed frequently. now i want to put these xml requests in queue system where a component will pick up the xml requests from it start send and receiving the xml. I was looking for some sort of message queuing system such as you find like what 'ActiveMQ' does. Any suggestions?
  3. hi guys, I want to implement a queue process system. I am hoping for some queue process such as you find 'ActiveMQ' for java. I have an application that built on ZendFramework which is called Magento. Can some one suggest me how you can implement a queue process in PHP applications, please share your thoughts Thanks.
  4. Hi guys, I want my application to run a triggered process based on time to execute some tasks, what is the best approach? Thanks
  5. Hi guys, I am using Domdocument for parsing xml, i am concerned about the impact of the performance on using this Domdocument. what are the best practices to reduce the impact performance using Domdocument ? Please share your ideas. Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.