"Filip Rachunek" <[EMAIL PROTECTED]> writes:

> Hello,
> can somebody tell me what the status "Writing to net" returned by "show
> processlist" exactly mean? I've tried to find it in MySQL documentation but
> either it's not there or I missed it.
> I am asking because this status is usually shown when my J2EE application
> [using Connector/J 3.0.9] starts to eat 99% of CPU time and then gets
> jammed.

Are you sure you don't have any errors in your SQL? Maybe your query
returns a karthesian product - and this might kill your J2EE
application.

Check out your slow-log - the query is probably there.

-- 
Per Andreas Buer

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to