[Mailman-Developers] Re: Introduction, FOSDEM, scaling down, latency, OpenPGP support

2024-03-04 Thread Stephen J. Turnbull
Justus Winter writes: > But currently Mailman3 does fork+exec, so it doesn't get to share > the parent's pages. I experimented with fork-and-dont-exec [0], > but the results were underwhelming, because reference counting can > cause pages to diverge. Surprisingly, gc.freeze didn't seem to

[Mailman-Developers] Re: Introduction, FOSDEM, scaling down, latency, OpenPGP support

2024-03-03 Thread Justus Winter
Hi :) "Stephen J. Turnbull" writes: > Hi Justus! > > > Besides cleanups and bugfixes, there are three things I'd like to > > do: > > > > - Improve Mailman to better scale down to small installations > > Not sure what you can really do about that without rearchitecting. > The full suite

[Mailman-Developers] Re: Introduction, FOSDEM, scaling down, latency, OpenPGP support

2024-03-03 Thread Justus Winter
"Stephen J. Turnbull" writes: > Дилян Палаузов writes: > > > Do you know by accident, if the runner processes use identical > > memory, and by > > calling https://man7.org/linux/man-pages/man2/madvise.2.html the > > kernel can somehow detect these identical memory and then use a > >

[Mailman-Developers] Re: Introduction, FOSDEM, scaling down, latency, OpenPGP support

2024-02-26 Thread Stephen J. Turnbull
Дилян Палаузов writes: > Do you know by accident, if the runner processes use identical > memory, and by > calling https://man7.org/linux/man-pages/man2/madvise.2.html the > kernel can somehow detect these identical memory and then use a > single instance for all identical regions of

[Mailman-Developers] Re: Introduction, FOSDEM, scaling down, latency, OpenPGP support

2024-02-25 Thread Дилян Палаузов
Hello Justus, I find it very good that you are trying to reduce the memory consumption of mailman 3.  I cannot help in doing this.  I hope you find some way to reduce the memory. Do you know by accident, if the runner processes use identical memory, and by calling 

[Mailman-Developers] Re: Introduction

2019-12-20 Thread ritwik p
Cool. Also, can you explain how you came about this error --> https://gitlab.com/mailman/mailman/issues/553 Sure,I would love to take you out for a beer :) Thanks ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe

[Mailman-Developers] Re: Introduction

2019-12-20 Thread Mark Sapiro
On 12/20/19 6:42 AM, ritwik p wrote: > Hey Mark, > So I was able to setup by following this guide --> > https://docs.mailman3.org/en/latest/devsetup.html > > Also, On the official mailman "group" on gitlab there were many more > reposdo i need to set them up too? No. All you need for a

[Mailman-Developers] Re: Introduction

2019-12-20 Thread ritwik p
Hey Mark, So I was able to setup by following this guide --> https://docs.mailman3.org/en/latest/devsetup.html Also, On the official mailman "group" on gitlab there were many more reposdo i need to set them up too? And do you have any place or email where I can dm/pm and ask you or any

[Mailman-Developers] Re: Introduction

2019-12-19 Thread ritwik p
Thank You ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-le...@python.org https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ:

[Mailman-Developers] Re: Introduction

2019-12-19 Thread ritwik p
Will Do. Thank You ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-le...@python.org https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ:

[Mailman-Developers] Re: Introduction

2019-12-19 Thread Mark Sapiro
On 12/19/19 9:10 AM, ritwik p wrote: > Can anyone help me with what should I do/follow and also do I need to fork & > setup the whole suite?? Thank you for your interest in Mailman. You could start by going to . Look for issues tagged easy or beginner

[Mailman-Developers] Re: Introduction

2019-12-19 Thread ritwik p
Can anyone help me with what should I do/follow and also do I need to fork & setup the whole suite?? Thanks ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-le...@python.org

[Mailman-Developers] Re: Introduction

2019-04-01 Thread Abhilash Raj
On Mon, Apr 1, 2019, at 9:37 AM, Rushang Gajjal wrote: > Thanks that worked. > > So, in order to start working on the issues listed, is following the > process you mentioned fine? > Are there any other configurations that should be done? Depends on what you are doing, but mostly, yes. If you

[Mailman-Developers] Re: Introduction

2019-04-01 Thread Rushang Gajjal
Thanks that worked. So, in order to start working on the issues listed, is following the process you mentioned fine? Are there any other configurations that should be done? ___ Mailman-Developers mailing list -- mailman-developers@python.org To

[Mailman-Developers] Re: Introduction

2019-04-01 Thread Abhilash Raj
On Mon, Apr 1, 2019, at 9:24 AM, Rushang Gajjal wrote: > Hey, > I am having trouble setting up the Postorius. > I followed all the steps listed at : > http://docs.mailman3.org/en/latest/devsetup.html > > The issue I am facing is that when I try to login in the Postorius > Django page I get an

[Mailman-Developers] Re: Introduction

2019-04-01 Thread Rushang Gajjal
Hey, I am having trouble setting up the Postorius. I followed all the steps listed at : http://docs.mailman3.org/en/latest/devsetup.html The issue I am facing is that when I try to login in the Postorius Django page I get an error of smtplib sockets. ConnectionRefusedError: [Errno 111]

[Mailman-Developers] Re: Introduction

2019-04-01 Thread Rushang Gajjal
Thanks for the guidance. I'll get started and get acquainted to the GNUMailman environment and code-base. Also get the requirement of "merged PR" at the earliest and start working on the proposal based on either an issue already listed or propose a new idea altogether.

[Mailman-Developers] Re: Introduction

2019-04-01 Thread Stephen J. Turnbull
Rushang Gajjal writes: > I wanted the confirmation at the earliest regarding whether they > are any chances of me getting shortlisted for GSOC if I start > working now so that I can start drafting a Proposal and make a few > contributions, Pull Requests. There's no "shortlisting". You check

[Mailman-Developers] Re: Introduction

2019-04-01 Thread aaryan bhagat
It mostly depends on the proposal and the quality of the work. If you submit good quality pr and a nice proposal before the deadline then you have a good chance. On Mon, 1 Apr 2019, 06:02 Rushang Gajjal, wrote: > I wanted the confirmation at the earliest regarding whether they are any > chances

[Mailman-Developers] Re: Introduction

2019-03-31 Thread Rushang Gajjal
I wanted the confirmation at the earliest regarding whether they are any chances of me getting shortlisted for GSOC if I start working now so that I can start drafting a Proposal and make a few contributions, Pull Requests. ___ Mailman-Developers

[Mailman-Developers] Re: Introduction to community

2019-03-25 Thread shivangibitsp
Thankyou @maxking. I have already went through the guide. I will surely ask questions if I face any doubt while drafting proposal or presenting a new idea. ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email

[Mailman-Developers] Re: Introduction to community

2019-03-25 Thread shivangibitsp
Thankyou Aaryan. Sure. I am drafting a project proposal and will soon share it here for reviews and improvements. ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-le...@python.org

[Mailman-Developers] Re: Introduction to community

2019-03-25 Thread Abhilash Raj
Hi Shivangi, On Sun, Mar 24, 2019, at 3:04 PM, SHIVANGI SINGH wrote: > Hello everyone. > I am Shivangi Singh, pursuing Bachelors of Engineering in Computer Science > from BITS Pilani, Pilani campus. I am a 2nd yearite. > > I am really sorry for my late introduction. I couldn't do it earlier >

[Mailman-Developers] Re: Introduction to community

2019-03-25 Thread Aaryan Bhagat
Hello Shivangi! I think you have already gone through the code base and seen a few issues. Well, the most important thing I would say to you right now is, according to the timeline the proposal submission starts today ( 25th March ) and ends on April 9th. Please start working now on any one of

[Mailman-Developers] Re: Introduction

2019-03-08 Thread Abhilash Raj
Hi Kanav, On Thu, Mar 7, 2019, at 6:37 PM, Kanav Gupta wrote: > Hi, > I am Kanav Gupta, a third-year undergraduate at International Institute of > Information Technology, Hyderabad. I would like to contribute to GNU > Mailman. I am pretty comfortable with Python and Django and have also > worked

[Mailman-Developers] Re: Introduction

2019-03-08 Thread Aaryan Bhagat
Hi Kanav I believe you should start reading The Contributing Guide http://docs.mailman3.org/en/latest/devsetup.html and the GSoC Ideas--- https://wiki.list.org/DEV/Google%20Summer%20of%20Code%202019 to start with. ___ Mailman-Developers mailing