Originally posted by: Sunner
Unfortunately with the old Linux Threads library, threads will be seen as processes, making for example Java a PITA on Linux.
With the newer threading libraries(NPTL in RH9 for example) this isn't a problem.
Originally posted by: Ameesh
Originally posted by: Sunner
Unfortunately with the old Linux Threads library, threads will be seen as processes, making for example Java a PITA on Linux.
With the newer threading libraries(NPTL in RH9 for example) this isn't a problem.
is it a seemless change? i.e. if i upgrade my libraries it will show up properly or do i have make code changes?