Ruby Forum wxRuby > Multithreading

Posted by Kaja Mohaideen (kajamohaideen_2003)
on 14.08.2008 11:10
we people are new team for ruby. we trying to put multithreading in our
code. how is it possible? we want to read a message from queue and
process that message parellaly and finally insert the message to the DB.
Can you give  me the Idea please.

we want to process 7000 to 10000 message and store it to the Database
perminute. we are trying through threads. can you please help me how we
do?



Regards
Kaja Mohaideen.A
Trichy
Posted by Alex Fenton (Guest)
on 14.08.2008 13:47
(Received via mailing list)
Kaja Mohaideen wrote:
> we people are new team for ruby. we trying to put multithreading in our
> code. how is it possible? we want to read a message from queue and
> process that message parellaly and finally insert the message to the DB.
> Can you give  me the Idea please.
>
> we want to process 7000 to 10000 message and store it to the Database
> perminute. we are trying through threads. can you please help me how we
> do?
>   
I'm not sure if your question is about wxRuby and threads as you seem to
have posted this question to numerous forums...

Anyway, for threading with wxRuby GUIs, look at the
samples/etc/threaded.rb example in the distribution, and search the
mailing list archives. This topic has been much discussed before.

alex