0

I want to use http://www.symfony-project.org/plugins/sfGearmanPlugin in my project. This plugin has developed in symfony 1.4. I want to use in symfony2.How can i use that?

Manivasagan
  • 212
  • 1
  • 6
  • 17

1 Answers1

3

Because symfony1.x and Symfony2 have completely different structures, it could be said that it is impossible use the plugin.

Instead you should find alternatives as a bundle for it. I think here it the one: https://github.com/mmoreramerino/GearmanBundle

seferov
  • 4,111
  • 3
  • 37
  • 75
  • 1
    Or [this one](https://github.com/BeSimple/GearmanBundle), which seems to be inspired by the sf1.4 plugin – j0k Nov 01 '12 at 08:31
  • Ferhad Thank you for your advice. But i'm getting problem in last step.Please check this link http://stackoverflow.com/questions/13193103/requesting-client-jobs-in-gearman-bundle-in-symfony2 – Manivasagan Nov 02 '12 at 10:16