Thread: [Feedreader-development] Changes, I made today
Brought to you by:
toomastoots
From: Toomas T. <to...@i-...> - 2004-04-28 22:19:39
|
I made some changes today: 28.04.2004 toomastoots - Basic ATOM feed support added - Fixed problem with deleting headlines from subscribed feed - ATOM feed subscribe support added - Fixed problem with subscribing what occured if there was no folder selected and selected feed is not on the second level If Karsten could to it, let's test latest version and do a release. It's very sad to wait and see that like 600-1000 persons are donwloading old version. I have used latest Karsens version for some weeks without problems... I do not rember, if there is at the moment periodic headline save feature running? Greetings Toomas |
From: Nicole S. <ni...@gn...> - 2004-04-28 22:49:54
|
Toomas Toots <to...@i-...> wrote: >If Karsten could to it, let's test latest version Anything new on the memory management thing? I am still using Sharpreader at the moment, because it can handle my feeds :o( Niciole -- http://ideengeberin.de/ - pragmatische Ideen für KMU http://beissholz.de/ - von bissig bis garstig |
From: Toomas T. <to...@i-...> - 2004-04-29 05:39:20
|
I will read archives. I really do not remember, what was the problem. Can you tell aproximetly how many folders and feeds do you have? Greetings Toomas Nicole Simon wrote: >Toomas Toots <to...@i-...> wrote: > > >>If Karsten could to it, let's test latest version >> >> > >Anything new on the memory management thing? > >I am still using Sharpreader at the moment, >because it can handle my feeds :o( > >Niciole > > > |
From: Nicole S. <ni...@gn...> - 2004-04-29 07:34:12
|
Toomas Toots <to...@i-...> wrote: >I will read archives. I really do not remember, what was the problem. >Can you tell aproximetly how many folders and feeds do you have? ~500 feeds and 25 folders or so. After a while, feedreader freezes, runs fast through every feed and marks it read. in this state it is only quitable through task manager. you self said something about possible memory management. Nicole -- http://ideengeberin.de/ - pragmatische Ideen für KMU http://beissholz.de/ - von bissig bis garstig |
From: Karsten H. <mai...@kh...> - 2004-04-29 07:53:16
|
Nicole Simon wrote: > Toomas Toots <to...@i-...> wrote: > >>I will read archives. I really do not remember, what was the problem. >>Can you tell aproximetly how many folders and feeds do you have? > > > ~500 feeds and 25 folders or so. Could you please post the filesizes of 'headlines.xml' and 'subscriptions.xml'? > After a while, feedreader freezes, runs fast through every feed and marks I don't remember. When does this happen? When you update all feeds, read new headlines or you clicked mark feed read? > it read. in this state it is only quitable through task manager. you self > said something about possible memory management. > Nicole |
From: Toomas T. <to...@se...> - 2004-04-29 08:03:22
|
I have had the same problem what you are talking about. But I think, it's not about feed count. I do not have that many feeds. I suppose, it had something to do with toolbar. Because toolbar was missing and none of actionns in mainmenu worked. I built a custom FR version where once per every hour headlines and subscriptions where saved. So, if FR crached, all articles that were read were still read. In one word - this concept worked like a charm. I will build this functionality to dev release of FR. Another thing is that I have not had those crashes any more for about three weeks... Greetings Toomas > Toomas Toots <to...@i-...> wrote: >>I will read archives. I really do not remember, what was the problem. >> Can you tell aproximetly how many folders and feeds do you have? > > ~500 feeds and 25 folders or so. > After a while, feedreader freezes, runs fast through every feed and > marks it read. in this state it is only quitable through task manager. > you self said something about possible memory management. > Nicole > > -- > http://ideengeberin.de/ - pragmatische Ideen f=FCr KMU > http://beissholz.de/ - von bissig bis garstig > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3D3149&alloc_id=3D8166&op=3Dclick > _______________________________________________ > Feedreader-development mailing list > Fee...@li... > https://lists.sourceforge.net/lists/listinfo/feedreader-development |
From: Karsten H. <mai...@kh...> - 2004-04-29 09:53:39
|
Toomas Toots wrote: > I have had the same problem what you are talking about. But I think, it's > not about feed count. I do not have that many feeds. I suppose, it had > something to do with toolbar. Because toolbar was missing and none of > actionns in mainmenu worked. Maybe we should try the fixes on this side: http://homepages.borland.com/strefethen/index.php?pagename=Main.Delphi7 Maybe this is fixed too. > > I built a custom FR version where once per every hour headlines and > subscriptions where saved. So, if FR crached, all articles that were read > were still read. In one word - this concept worked like a charm. I will > build this functionality to dev release of FR. > Will the time be configurable ;)? > Another thing is that I have not had those crashes any more for about > three weeks... > Nice, i have never had them ;) Karsten |
From: Nicole S. <ni...@gn...> - 2004-04-30 08:25:30
|
"Toomas Toots" <to...@se...> wrote: >not about feed count. I do not have that many feeds. I suppose, it had >something to do with toolbar. Could be, yes, because this is the sign I recognize - toolbar gone / white. If I remember correctly not all Shortcuts are working or not enough are there so I can't use it because I don't click everything. >I built a custom FR version where once per every hour headlines and >subscriptions where saved. *lol* this looks like it could work like a charm but I am sorry to say - it crashes much faster. In one hour, I am through all my feeds. I will give more infos at the weekend to provide information Nicole -- http://ideengeberin.de/ - pragmatische Ideen für KMU http://beissholz.de/ - von bissig bis garstig |
From: Karsten H. <mai...@kh...> - 2004-04-29 07:46:45
|
Some days ago i got the following error: Started FR, updated feeds, read all new headlines. Minimized FR. Later FR did the autoupdate and a message appeared 'Out of memory'. At that point i had set 'Archive all headlines' and the total size of the xml files were ~ 9mb. Headlines was the biggest, ~ 8.5mb. The machine i was using has 256mb RAM running Win2000. Since i set 'Archive only latest 50 headlines' and restarted FR the error disappeared. The problem is that we use xml to store the headlines. When using DOM for xml handling, the whole xml document gets loaded into memory. Obviously the amount of memory needed to handle xml files is not just the file size, but it is the filesize * x. Suggestion: Change the way the headlines are stored. Don't use xml. For each feed create a ascii file and store just the headlines of this feed in the file. Filename could be the guid of the feed. Internally all headlines are stored in an array, so switching to separate ascii files will need just a rewrite of the in-/output routines for the headlines. Karsten Toomas Toots wrote: > I will read archives. I really do not remember, what was the problem. > Can you tell aproximetly how many folders and feeds do you have? > > Greetings > Toomas > > Nicole Simon wrote: > >> Toomas Toots <to...@i-...> wrote: >> >> >>> If Karsten could to it, let's test latest version >> >> >> Anything new on the memory management thing? >> >> I am still using Sharpreader at the moment, because it can handle my >> feeds :o( >> >> Niciole >> >> >> > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Feedreader-development mailing list > Fee...@li... > https://lists.sourceforge.net/lists/listinfo/feedreader-development > |
From: Nicole S. <ni...@gn...> - 2004-04-30 08:25:14
|
Karsten Hoffrath <mai...@kh...> wrote: >The problem is that we use xml to store the headlines. Problem is, we don't have purge or something. I am just not sure, can I delete headlines? I have not used it in a while Nicole -- http://ideengeberin.de/ - pragmatische Ideen für KMU http://beissholz.de/ - von bissig bis garstig |
From: Karsten H. <kh...@kh...> - 2004-04-30 15:19:34
|
Nicole Simon schrieb: > Karsten Hoffrath <mai...@kh...> wrote: > >>The problem is that we use xml to store the headlines. > > > Problem is, we don't have purge or something. I am just not sure, can I > delete headlines? I have not used it in a while > Check your archiv settings for the individiual feeds. Depending on the setting 'old' headlines are deleted. Karsten |
From: Nicole S. <ni...@gn...> - 2004-05-01 13:00:47
|
Karsten Hoffrath <kh...@kh...> wrote: >Check your archiv settings for the individiual feeds. Depending on the >setting 'old' headlines are deleted. *smile* I don't want automatically deleted, I want delete and purge myself. NIcole -- http://ideengeberin.de/ - pragmatische Ideen für KMU http://beissholz.de/ - von bissig bis garstig |
From: Karsten H. <mai...@kh...> - 2004-04-29 07:09:01
|
Toomas Toots wrote: > I made some changes today: > > 28.04.2004 toomastoots > - Basic ATOM feed support added > - Fixed problem with deleting headlines from subscribed feed > - ATOM feed subscribe support added > - Fixed problem with subscribing what occured if there was no folder > selected and selected feed is not on the second level > > If Karsten could to it, let's test latest version and do a release. It's > very sad to wait and see that like 600-1000 persons are donwloading old > version. I have used latest Karsens version for some weeks without > problems... Nice ;). I will build a new version tonight. > > I do not rember, if there is at the moment periodic headline save > feature running? > No. Karsten |