Re: store large amt of Plasma Applet per instance data

2011-03-23 Thread johnm_s2
On 03/23/2011 03:41 AM, Aaron J. Seigo wrote: > On Wednesday, March 23, 2011, johnm_s2 wrote: >> I'm developing a plasma applet & I need to store about 500k-2MB of per >> instance data. I'm guessing KConfig / KConfigGroup would not be a good >> idea for this much data..? > > aside from what sebas

Re: store large amt of Plasma Applet per instance data

2011-03-23 Thread Aaron J. Seigo
On Wednesday, March 23, 2011, johnm_s2 wrote: > I'm developing a plasma applet & I need to store about 500k-2MB of per > instance data. I'm guessing KConfig / KConfigGroup would not be a good > idea for this much data..? aside from what sebas said, i'd just add that hopefully you are using a Data

Re: store large amt of Plasma Applet per instance data

2011-03-23 Thread Sebastian Kügler
On Wednesday, March 23, 2011 05:50:13 johnm_s2 wrote: > I'm developing a plasma applet & I need to store about 500k-2MB of per > instance data. I'm guessing KConfig / KConfigGroup would not be a good > idea for this much data..? > > A flat file would work. Can I get Plasma:: to generate a unique/i

store large amt of Plasma Applet per instance data

2011-03-22 Thread johnm_s2
Hi, I'm developing a plasma applet & I need to store about 500k-2MB of per instance data. I'm guessing KConfig / KConfigGroup would not be a good idea for this much data..? A flat file would work. Can I get Plasma:: to generate a unique/instance file name for me? TIA >> Visit http://mail.kde.o