Re: No easy way to join discussion in existing thread when not subscribed - Mailing list pgsql-www

From Amir Rohan
Subject Re: No easy way to join discussion in existing thread when not subscribed
Date
Msg-id trinity-88479eaf-7a2d-4feb-9aa2-b3d331d6e314-1443543505225@3capp-mailcom-lxa06
Whole thread Raw
List pgsql-www
On 09/29/2015 06:51 PM, Amir Rohan wrote:
> Magnus,
>
> Please, see attached patch adding a "whole thread[as mbox] link"
> to pgarchives, by popular request upthread.
>
> It checks hiddenstatus, but does materialize the entire raw thread
> in memory (including attachments) to form the response, which
> is unbounded in principle and can be sizable in practice.
>
> Perhaps django can do streaming requests, so we can bound
> the memory usage + timeout. It's been a while.
>
> If you'd like changes (hard limits, strip attachments, etc'),
> do let me know.
>

Too quickly sent. Cleaned debugging noise and avoided unicode issues by
keeping things as bytes.

Amir



Attachment

pgsql-www by date:

Previous
From: Amir Rohan
Date:
Subject: Re: No easy way to join discussion in existing thread when not subscribed
Next
From: Stephen Frost
Date:
Subject: Re: No easy way to join discussion in existing thread when not subscribed