Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Mark Morgan Lloyd
Henry Vermaak wrote: On Fri, Nov 20, 2015 at 09:56:19AM +0100, Michael Schnell wrote: On 11/19/2015 05:05 PM, Graeme Geldenhuys wrote: Indeed, it is terrible. ;-) No problem here. (with Thunderbird) The mails are decently threaded. This is not about threading but about context, as Michael

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Lukasz Sokol
On 20/11/15 11:21, Mark Morgan Lloyd wrote: > Also even on client software which handles threading properly, if > somebody has a discussion group etc. sorted by date (to see messages > as they arrive, without having to scroll back) threading is not > immediately visible: /all/ you have is

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Henry Vermaak
On Fri, Nov 20, 2015 at 09:56:19AM +0100, Michael Schnell wrote: > On 11/19/2015 05:05 PM, Graeme Geldenhuys wrote: > >Indeed, it is terrible. ;-) > No problem here. (with Thunderbird) The mails are decently threaded. This is not about threading but about context, as Michael vC said. I.e. which

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Michael Schnell
On 11/20/2015 05:03 PM, Aradeonas wrote: I try with quoting write now. Please don't place a quote below your answer to same. This makes a thread unreadable Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Aradeonas
> A decent mail client automatically marks a quote with a standard quote marking scheme (see many other mails here). So it seems mines is not decent or I dont know how to work with it. In the end I want to apologize to all for my trouble. Regards, Ara -- http://www.fastmail.com - Email

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Michael Schnell
On 11/20/2015 05:49 PM, Aradeonas wrote: OK I will look at it but mostly I want an online one because Im moving and it can be better. The sender does not create these lines. It only uses a decent scheme (with correctly placed ASCII characters). Thunderbird just does the presentation to it's

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Michael Schnell
On 11/20/2015 05:35 PM, Aradeonas wrote: So it seems mines is not decent or I dont know how to work with it. Thunderbird shows decently marked quotes by nicely colored vertical lines at the left and right side of the text: single line for a quote, dual line for a quote in a quote, etc.

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Aradeonas
> Looks nice ! So your client does recognize the quoting scheme. Hence > it should be able to create it when sending. Unfortunately it seems not. Regards, Ara -- http://www.fastmail.com - Faster than the air-speed velocity of an unladen european swallow --

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Michael Schnell
On 11/20/2015 05:27 PM, Aradeonas wrote: Like this? A decent mail client automatically marks a quote with a standard quote marking scheme (see many other mails here). -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Michael Schnell
On 11/20/2015 05:59 PM, Aradeonas wrote: For example in previous email you quote my sentence and it shows you quoted from me and I like how it look. Looks nice ! So your client does recognize the quoting scheme. Hence it should be able to create it when sending. -Michael --

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Aradeonas
> Also even on client software which handles threading properly, if somebody has a discussion group etc. sorted by date (to see messages as they arrive, without having to scroll back) threading is not immediately visible: /all/ you have is context. Here everything is immediately in FastMail and I

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Aradeonas
For example in previous email you quote my sentence and it shows you quoted from me and I like how it look. Regards, Ara -- http://www.fastmail.com - A fast, anti-spam email service. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Aradeonas
> Thunderbird shows decently marked quotes by nicely colored vertical lines at the left and right side of the text: single line for a quote, dual line for a quote in a quote, etc. OK I will look at it but mostly I want an online one because Im moving and it can be better. Thanks. Ara --

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Michael Schnell
On 11/19/2015 05:05 PM, Graeme Geldenhuys wrote: Indeed, it is terrible. ;-) No problem here. (with Thunderbird) The mails are decently threaded. -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Fast file reading using file cache

2015-11-20 Thread Aradeonas
> No problem here. (with Thunderbird) The mails are decently threaded. Thanks. My mail provider make everything threaded very good so there is no need to quote everything but for others it is pain so I should do something for it so from know I will quote previous email. Regards, Ara On Fri, Nov

[Lazarus] Fast file reading using file cache

2015-11-19 Thread Aradeonas
Hi, For a task I need fast file reading using OS cache system (Im using Windows) so if I read a file repeatedly it get less memory but my problem is file is large so I cant copy it to memory. Is there a way for it that be multi platform or at least works on Windows? Regards, Ara --

Re: [Lazarus] Fast file reading using file cache

2015-11-19 Thread Michael Van Canneyt
On Thu, 19 Nov 2015, Aradeonas wrote: Hi, For a task I need fast file reading using OS cache system (Im using Windows) so if I read a file repeatedly it get less memory but my problem is file is large so I cant copy it to memory. Is there a way for it that be multi platform or at least works

Re: [Lazarus] Fast file reading using file cache

2015-11-19 Thread Aradeonas
> Indeed, it is terrible. ;-) Ye I know,we talked about this :D I change settings, now it get better,what you think? Also I will check what you said,Thanks. Regards, Ara On Thu, Nov 19, 2015, at 08:05 AM, Graeme Geldenhuys wrote: > On 2015-11-19 15:48, Aradeonas wrote: >> but it is not good for

Re: [Lazarus] Fast file reading using file cache

2015-11-19 Thread Aradeonas
Wow Graeme, You made this too? Are you a person or a company full of minions? :D Regards, Ara On Thu, Nov 19, 2015, at 08:19 AM, Aradeonas wrote: >> Indeed, it is terrible. ;-) > Ye I know,we talked about this :D I change settings, now it get > better,what you think? Also I will check what you

Re: [Lazarus] Fast file reading using file cache

2015-11-19 Thread Graeme Geldenhuys
On 2015-11-19 16:20, Aradeonas wrote: > Wow Graeme, You made this too? Are you a person or a company full of > minions? :D Without quoted context, I'm assuming your are referring to XanaNews? ;-) I didn't create it, but am maintaining it for now. The original SVN repository disappeared a year or

Re: [Lazarus] Fast file reading using file cache

2015-11-19 Thread Ondrej Pokorny
On 19.11.2015 16:18, Aradeonas wrote: using OS cache system Why OS cache system when you then talk about file is large so I cant copy it to memory. ? This thread might help you: http://free-pascal-general.1045716.n5.nabble.com/buffered-filestream-td5709980.html Ondrej --

Re: [Lazarus] Fast file reading using file cache

2015-11-19 Thread Aradeonas
I dont know,I thought maybe it is a way for me load a file faster in multiple use. Regards, Ara -- http://www.fastmail.com - Access all of your messages and folders wherever you are -- ___ Lazarus mailing list

Re: [Lazarus] Fast file reading using file cache

2015-11-19 Thread Graeme Geldenhuys
On 2015-11-19 15:48, Aradeonas wrote: > but it is not > good for mail list. Indeed, it is terrible. ;-) You can also use a NNTP news client (XanaNews is pretty good [https://github.com/graemeg/xananews/releases]) and post messages via that. Gmane supports that. You can access the mailing list

Re: [Lazarus] Fast file reading using file cache

2015-11-19 Thread Michael Van Canneyt
Can you please, Please, PLEASE provide context in your mails ? It is impossible to know what you are answering to without any quoted text whatsoever. That is very annoying. Please ? Michael. On Thu, 19 Nov 2015, Aradeonas wrote: I dont know,I thought maybe it is a way for me load a file

Re: [Lazarus] Fast file reading using file cache

2015-11-19 Thread Aradeonas
> Can you please, Please, PLEASE provide context in your mails ? It is impossible to know what you are answering to without any quoted text whatsoever. That is very annoying. Please ? Michael. > So SO sorry. It is because of my mail provider.It is fast and easy to use and I like it so much