perl.ithreads...Re: Perl threads under Windows by Dean Arnold- April 19, 2008 Octavian Rasnita wrote:> > Passing messages to a window might not seem very complicated, but if > there are more windows, and many rules based on admin&39;s preferences, on > user&39;s schedule, or by user&39;s request, might make the program a > spaghetti application. I think what I want to do should be a very common > client-server application. Do you know if I could find somewhere such > sample apps made in perl> My suggestion is to try perlmonks.org and do a...http://www.nntp.perl.org/group/perl.ithreads/2008/04/msg1266.html Re: Perl threads under Windows by Octavian Rasnita- April 19, 2008 I read on many places that the database handles can&39;t be shared successfully and I also guess the GUI windows objects can&39;t be shared, but I heard that this is possible under other languages and that&39;s why I wanted to know if it would be possible to create a multithreading program in perl as easy as in other languages like C or Java.I prefer to not need to send messages to windows, and act in each window based on those messages, because it would be too low-level programming and I would.http://www.nntp.perl.org/group/perl.ithreads/2008/04/msg1265.html |