Re: multiple buffers management

2005-03-11 Thread Scott David Daniels
Bengt Richter wrote: On 10 Mar 2005 15:18:08 -0800, [EMAIL PROTECTED] wrote: Hello, I need to create 6 buffers in python and keep track of it. I need to pass this buffer, say buffer 1 as an index to a test app. Has Take a look at Blocks & Views: http://members.dsl-only.net/~daniels/Block.html

Re: multiple buffers management

2005-03-10 Thread Bengt Richter
On 10 Mar 2005 15:18:08 -0800, [EMAIL PROTECTED] wrote: >Hello, > >I need to create 6 buffers in python and keep track of it. >I need to pass this buffer, say buffer 1 as an index to a test app. Has > >any one tried to do this. Any help with buffer management appreciated. > >Each buffer needs to h

Re: multiple buffers management

2005-03-10 Thread Jaime Wyant
Again, your being vague. You need to be more specific about what you're trying to accomplish. I have no idea what "buffer management" is. If you explain exactly what you're doing then maybe I or someone else could provide you with more meaningful answers. jw On 10 Mar 2005 15:18:08 -0800, [EMA

multiple buffers management

2005-03-10 Thread doodle4
Hello, I need to create 6 buffers in python and keep track of it. I need to pass this buffer, say buffer 1 as an index to a test app. Has any one tried to do this. Any help with buffer management appreciated. Each buffer needs to hold 512 bytes of data. Thanks, -Joe -- http://mail.python.org