[Twisted-Python] Is Ampoule still maintained?
Hi! I would like to use Ampoule [1] package in my project. However, from a look at a project page it seems that it is no longer maintained. The latest release was about 2,5 years ago. Is it just bug free, so new releases aren't required, or is it just unmaintained? Does anyone use it? Thank you [1] https://launchpad.net/ampoule -- with regards, Maxim
Maxim Lacrima <lacrima.maxim <at> gmail.com> writes:
However, from a look at a project page it seems that it is no longer maintained. The latest release was about 2,5 years ago. Is it just bug free, so new releases aren't required, or is it just unmaintained?
i'm using it in production and i couldn't find any major problem however, i think you're right, it seems unmantained, i opened this bug https://bugs.launchpad.net/ampoule/+bug/710597 more than an year ago without any answer from the author (fortunately the fix is trivial) bye, flavio
Thanks, Flavio! On 16 November 2012 18:57, Flavio Grossi <flaviogrossi@ymail.com> wrote:
Maxim Lacrima <lacrima.maxim <at> gmail.com> writes:
However, from a look at a project page it seems that it is no longer maintained. The latest release was about 2,5 years ago. Is it just bug free, so new releases aren't required, or is it just unmaintained?
i'm using it in production and i couldn't find any major problem
however, i think you're right, it seems unmantained, i opened this bug https://bugs.launchpad.net/ampoule/+bug/710597 more than an year ago without any answer from the author (fortunately the fix is trivial)
bye, flavio
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
-- with regards, Maxim
On Nov 18, 2012, at 11:34 PM, Maxim Lacrima <lacrima.maxim@gmail.com> wrote:
On 16 November 2012 18:57, Flavio Grossi <flaviogrossi@ymail.com> wrote: Maxim Lacrima <lacrima.maxim <at> gmail.com> writes:
However, from a look at a project page it seems that it is no longer maintained. The latest release was about 2,5 years ago. Is it just bug free, so new releases aren't required, or is it just unmaintained?
i'm using it in production and i couldn't find any major problem
however, i think you're right, it seems unmantained, i opened this bug https://bugs.launchpad.net/ampoule/+bug/710597 more than an year ago without any answer from the author (fortunately the fix is trivial)
bye, flavio Thanks, Flavio!
-- with regards, Maxim
Would anyone else like to step up to volunteer to maintain Ampoule? Twisted eventually needs to grow its own simplified process pool, and my hope was that Ampoule could serve as a proving ground to get that implemented and tested well. I can probably harass dialtone to give commit access to some more people if there were real interest. -glyph
Hi, glyph! Would anyone else like to step up to volunteer to maintain Ampoule?
Twisted eventually needs to grow its own simplified process pool, and my hope was that Ampoule could serve as a proving ground to get that implemented and tested well. I can probably harass dialtone to give commit access to some more people if there were real interest.
I am experimenting with Ampoule right now, trying to find out how suitable it is for a project I have been working on. It would be cool if Twisted had its own process pool implementation. I would certainly like to contribute. However, I am newbie, so many things aren't clear to me. I will try to get a thorough understanding about how Ampoule works or maybe write my own implementation. In any case I will write to this mailing list when I have something to share. -- with regards, Maxim
On Tue, Nov 20, 2012 at 4:41 PM, Maxim Lacrima <lacrima.maxim@gmail.com>wrote:
Hi, glyph!
Would anyone else like to step up to volunteer to maintain Ampoule?
Twisted eventually needs to grow its own simplified process pool, and my hope was that Ampoule could serve as a proving ground to get that implemented and tested well. I can probably harass dialtone to give commit access to some more people if there were real interest.
I am experimenting with Ampoule right now, trying to find out how suitable it is for a project I have been working on. It would be cool if Twisted had its own process pool implementation. I would certainly like to contribute. However, I am newbie, so many things aren't clear to me. I will try to get a thorough understanding about how Ampoule works or maybe write my own implementation. In any case I will write to this mailing list when I have something to share.
-- with regards, Maxim
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Hi Ampoule is a very good tool for parallel computing, The only drawback I found is cx_freeze can't support it. I personally hope this "own simplified process pool" eventually can work with cx_freeze flawlessly. Regards gelin yan
participants (4)
-
Flavio Grossi
-
gelin yan
-
Glyph
-
Maxim Lacrima