Very likely. Are you using the James database connection pooling or are you using your own connection method?
-- Jason > -----Original Message----- > From: James [mailto:[EMAIL PROTECTED] > Sent: 23 December 2003 15:58 > To: James Users List > Subject: Re: Sending an email with 100 CCs is very slow and > makes James stop ! > > > In fact, I've just understood the problem... > > one of my mailet insert a row in a table every time a mail > has to be sent... so if you write at once to 100 people, it > will insert 100 row, each one > by one, in the database... > > and this seems to have a problem..... > it needs several seconds to get a connection... is this possible ?? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
