Re: Need help with temporary files

2015-07-23 Thread Matúš Kukan
On 22 July 2015 at 13:07, Caolán McNamara wrote: > On Wed, 2015-07-22 at 10:43 +0100, Caolán McNamara wrote: >> On Wed, 2015-07-22 at 10:28 +0100, Caolán McNamara wrote: >> > On Tue, 2015-07-21 at 22:41 +0200, Matúš Kukan wrote: >> > > Hi there, >> > > >> > > I am working on a bug around saving bi

Re: Need help with temporary files

2015-07-22 Thread Norbert Thiebaud
On Wed, Jul 22, 2015 at 10:20 AM, Caolán McNamara wrote: > On Wed, 2015-07-22 at 13:15 +0200, Noel Grandin wrote: >> >> On 2015-07-22 01:07 PM, Caolán McNamara wrote: >> > On Wed, 2015-07-22 at 10:43 +0100, Caolán McNamara wrote: >> >> On Wed, 2015-07-22 at 10:28 +0100, Caolán McNamara wrote: >> >

Re: Need help with temporary files

2015-07-22 Thread Caolán McNamara
On Wed, 2015-07-22 at 13:15 +0200, Noel Grandin wrote: > > On 2015-07-22 01:07 PM, Caolán McNamara wrote: > > On Wed, 2015-07-22 at 10:43 +0100, Caolán McNamara wrote: > >> On Wed, 2015-07-22 at 10:28 +0100, Caolán McNamara wrote: > >>> On Tue, 2015-07-21 at 22:41 +0200, Matúš Kukan wrote: >

Re: Need help with temporary files

2015-07-22 Thread Noel Grandin
On 2015-07-22 01:07 PM, Caolán McNamara wrote: On Wed, 2015-07-22 at 10:43 +0100, Caolán McNamara wrote: On Wed, 2015-07-22 at 10:28 +0100, Caolán McNamara wrote: On Tue, 2015-07-21 at 22:41 +0200, Matúš Kukan wrote: Hi there, I am working on a bug around saving big file in Writer: https://

Re: Need help with temporary files

2015-07-22 Thread Caolán McNamara
On Wed, 2015-07-22 at 10:43 +0100, Caolán McNamara wrote: > On Wed, 2015-07-22 at 10:28 +0100, Caolán McNamara wrote: > > On Tue, 2015-07-21 at 22:41 +0200, Matúš Kukan wrote: > > > Hi there, > > > > > > I am working on a bug around saving big file in Writer: > > > https://bugs.documentfoundation.

Re: Need help with temporary files

2015-07-22 Thread Caolán McNamara
On Wed, 2015-07-22 at 10:28 +0100, Caolán McNamara wrote: > On Tue, 2015-07-21 at 22:41 +0200, Matúš Kukan wrote: > > Hi there, > > > > I am working on a bug around saving big file in Writer: > > https://bugs.documentfoundation.org/show_bug.cgi?id=88314 > > > > The problem seems to be we deflate

Re: Need help with temporary files

2015-07-22 Thread Caolán McNamara
On Tue, 2015-07-21 at 22:41 +0200, Matúš Kukan wrote: > Hi there, > > I am working on a bug around saving big file in Writer: > https://bugs.documentfoundation.org/show_bug.cgi?id=88314 > > The problem seems to be we deflate streams in parallel and run out of memory. > I thought there are tempora

Re: Need help with temporary files

2015-07-22 Thread Miklos Vajna
Hi Matus, On Tue, Jul 21, 2015 at 10:41:45PM +0200, Matúš Kukan wrote: > And/Or is there another way to get file stream? > package/ does not have many dependencies, so I would not like to > introduce some new. I think if that fixes the end-user problem, there is no problem in using utl::TempFil