Hi, Subject: Re: [fpc-pascal]two questions plz help > > Hello fpc-pascal, > > > > i have two questions : > > > > 1. how i can write multithreaded program in free pascal ( using > > linux unit and clone function ??? ) > > You just call clone with the right arguments, and that is it. > Does that mean the RTL is already MT safe ? Regards, Thomas