Re: [RTnet-users] Problems with Threads and RTnet

2008-06-30 Thread Karl Reichert
> > Karl Reichert wrote: > > > Hello list, > > > > > > I have some problems with RTnet and threads. I create two thread via > > rt_task_spawn(), one is sending and one is receiving (non-blocking) > frames > > over rtnet. > > > > > > Each task is existed with return (I also tried rt_task_delete())

Re: [RTnet-users] Problems with Threads and RTnet

2008-06-26 Thread Karl Reichert
> Karl Reichert wrote: > > Hello list, > > > > I have some problems with RTnet and threads. I create two thread via > rt_task_spawn(), one is sending and one is receiving (non-blocking) frames > over rtnet. > > > > Each task is existed with return (I also tried rt_task_delete()) and the > main-fu