Christian Helmuth wrote: >2) Implement a really multi-threaded server with dietlibc and L4VFS, in > which thread A can block on L while thread B sends via S. Post your > experiences and ask questions backgrounded with sufficient information > about the scenario and used functions. > > My solution is to have somekind of a pool using non-blocking select. if it has input then he does the recvfrom else sleeps for a period of time and the checks again for input. Ths other solution was to have a L4 server to relay messages... but then i would also have the IPC overhead... so i went to the solution above.
thanks for the help Tiago _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
