Re: [Freevo-devel] Re: [Freevo-cvslog] Kaa r887 - trunk/base/src/base

2005-10-31 Thread Jason Tackaberry
On Mon, 2005-10-31 at 21:22 +0100, Dirk Meyer wrote: > Now it is realy broken. Try with db.py in kaa.vfs Yeah, oops :) Should be fixed now. signature.asc Description: This is a digitally signed message part

[Freevo-devel] Re: [Freevo-cvslog] Kaa r887 - trunk/base/src/base

2005-10-31 Thread Dirk Meyer
Jason Tackaberry wrote: > Author: tack > Date: Mon Oct 31 20:10:28 2005 > New Revision: 887 > > Modified: >trunk/base/src/base/db.py > > Log: > Ensure ATTR_SIMPLE attributes which are set to None still get included in > the normalized result rows. Now it is realy broken. Try with db.py in kaa.

[Freevo-devel] Re: [Freevo-cvslog] Kaa r883 - trunk/base/src/base

2005-10-31 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2005-10-31 at 18:14 +0100, Dirk Meyer wrote: >> Won't work. In my case I want to send 200k data. This would block, so >> we can an exception. But we can send, so we enter this function again, >> but not 200k, so we leave again. You need to send in 4k pieces to be s

[Freevo-devel] Re: kaa.vfs benchmarks

2005-10-31 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2005-10-31 at 18:11 +0100, Dirk Meyer wrote: >> Server wants to send 200k data. But it can only send 100k until the >> socket would block. OK, no problem, return to main and wait until >> select tells us that we can write again. The client gets the data, >> this re

Re: [Freevo-devel] Re: kaa.vfs benchmarks

2005-10-31 Thread Jason Tackaberry
On Mon, 2005-10-31 at 18:11 +0100, Dirk Meyer wrote: > Server wants to send 200k data. But it can only send 100k until the > socket would block. OK, no problem, return to main and wait until > select tells us that we can write again. The client gets the data, > this results in a select notification

Re: [Freevo-devel] Re: [Freevo-cvslog] Kaa r883 - trunk/base/src/base

2005-10-31 Thread Jason Tackaberry
On Mon, 2005-10-31 at 18:14 +0100, Dirk Meyer wrote: > Won't work. In my case I want to send 200k data. This would block, so > we can an exception. But we can send, so we enter this function again, > but not 200k, so we leave again. You need to send in 4k pieces to be sure. I was under the impress

[Freevo-devel] Re: [Freevo-cvslog] Kaa r883 - trunk/base/src/base

2005-10-31 Thread Dirk Meyer
Jason Tackaberry wrote: > Author: tack > Date: Mon Oct 31 16:58:29 2005 > New Revision: 883 > > Modified: >trunk/base/src/base/ipc.py > > Log: > Handle "resource temporarily unavailable" exceptions for socket writes > > > Modified: trunk/base/src/base/ipc.py > ==

[Freevo-devel] Re: kaa.vfs benchmarks

2005-10-31 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sun, 2005-10-30 at 10:47 +0100, Dirk Meyer wrote: >> files. It crashed in the ipc code. The code wants to send the whole > > Can you show a traceback? At home. :) But the trace is simply because the sicket ressource is unavailable because you send to much data. >> da

Re: [Freevo-devel] kaa.vfs benchmarks

2005-10-31 Thread Jason Tackaberry
On Sun, 2005-10-30 at 10:47 +0100, Dirk Meyer wrote: > files. It crashed in the ipc code. The code wants to send the whole Can you show a traceback? > data on a non blocking socket. Tack: read the help doc: either > everything is send or nothing, even for non blocking sockets. As a > result, you

[Freevo-devel] freevo 2: my first test

2005-10-31 Thread Alberto Hernando
Hi. I saw some instructions here to install freevo 2. So I did it, and here are my first impressions: - I installed kaa and freevo. If there are more needed things, I don't know. - Installing in another directory than default didn't work for me. Only base was built, the other modules failed. In