in reply to Re: Standard way to convert timezone in multithreaded script
in thread Standard way to convert timezone in multithreaded script

I has already achieved required speed boost in my script using threads. Everything is clear and pretty straightforward here. The problem I ran into is converting timestamps using POSIX routines. Now I see that this will not work in multithreaded app. But I tried to do this directly from .xs and it works. Thanks everyone for your attention :)
  • Comment on Re^2: Standard way to convert timezone in multithreaded script