Re: very slow consumer cpu 100%
i already did this. i used netbean's profiler. the main thing is server is sending at such high rate that client can not keep up. also on the client hand i am trying to update the JTable with whatever data i get.
to update the table i am using SwingUtilities.invokelater(..) . if i just read messages and dont do anything then its looks like fine. but if i process the message then CPU raises ??
any idea ?
Thanks
Shital