Re: Running simultaneously two versions of streams
Dave Grothe <[email protected]>
| Newsgroups | gmane.linux.kernel.streams |
|---|---|
| Message-ID | <6.1.2.0.2.20041013084610.15fe8900@localhost> |
Cannot be done in a single kernel image. The two copies of LiS, even if named differently, will collide on registrations with the Linux kernel, not the least of which is that they will both export the same list of symbols. I think that you will have to persuade your vendors to both upgrade to LiS-2.18 (soon, when it is released) so that you can run both their driver sets under a single LiS. Maybe if you ran VMware and installed them in two kernel images you could get them to run "simultaneously" but then there would be some art involved in your application level code to talk to both copies. -- Dave At 01:32 AM 10/13/2004, François Solnon wrote: >All, > >I need to run modules I get in binary format from two external providers > >using distinct LiS versions (2.13.13 and 2.16.16). > >The modules are different, and are not related (they don't call each >other). > >Kernel version is 2.4.9. > >Would it be possible to run two versions of LiS simultaneously ? > >Thanks a lot for your feedback. > >-- >François Solnon > >_______________________________________________ >Linux-streams mailing list >[email protected] >http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams