put your logs at http://pastebin.com/
before compiling kdelibs you need to compile other dependency also.
check out kde techbase for that.
I used cmakekde script and it took only few mins to get my work done :)
On Wed, Aug 3, 2011 at 11:08 PM, Felix H. Dahlke wrote:
> Hi,
>
> I'm trying to comp
11:04 AM, tushar mehta wrote:
> >
> > Question:
> > Do we have any control on how much data kioslaves will read from network
> > and put into kernel buffer?
> > and if application is taking out the data from kernel buffer at some rate
> > then
> > it w
But the problem is that even if KIO is filling up the kernel buffer at some
rate
but the application is not reading that data at same rate. Then situation
will remain same.
Just a thought, it can be wrong also.
On Sun, Jun 5, 2011 at 2:34 PM, tushar mehta wrote:
> *
> *
> On Sun, Ju
On Sun, Jun 5, 2011 at 2:24 PM, todd rme wrote:
> On Sun, Jun 5, 2011 at 9:55 AM, Thiago Macieira wrote:
> > Em Sunday, 5 de June de 2011, às 13:06:07, tushar mehta escreveu:
> >> Hi all,
> >>
> >> I am currently trying to understand how kde applications
*
*
On Sun, Jun 5, 2011 at 1:25 PM, Thiago Macieira wrote:
> Em Sunday, 5 de June de 2011, às 13:06:07, tushar mehta escreveu:
> > Hi all,
> >
> > I am currently trying to understand how kde applications uses kio
> > for doing file related operations. I am currently
Hi all,
I am currently trying to understand how kde applications uses kio
for doing file related operations. I am currently working on kget and
as part of my summer of code project task I need to figure out how
we can have speed limit on transfer using kio protocols like http/ftp.
Do have we have