Hi,

Which is the recommended way of using threads in a WxPerl application?

I want to use a worker thread that downloads data from the internet and store it in a database and also display a progress control.

I know that I might not share the $frame object or the database handle between the main thread and the worker thread and that's why I am asking for the recommended way of doing this.

Thank you.

Octavian

Reply via email to