Re: java.lang.OutOfMemoryError

Поиск
Список
Период
Сортировка
От snpe
Тема Re: java.lang.OutOfMemoryError
Дата
Msg-id 200302051940.16573.snpe@snpe.co.yu
обсуждение исходный текст
Ответ на Re: java.lang.OutOfMemoryError  (Barry Lind <blind@xythos.com>)
Ответы Re: java.lang.OutOfMemoryError
Список pgsql-jdbc
On Wednesday 05 February 2003 17:22, Barry Lind wrote:
> snpe wrote:
> > Hello Barry,
> >   Does it mean :
> >   I can use two queries in parallel or not ?
>
> Yes you can use two queries in parallel (just like you have always been
> able to), however they must be in the same transaction.
>
> --Barry

But, I can't commit or rollback, does it ?
If I have to care for query, commit or rollback I can simple use declare cursor
and I am sure what I do.
I think that is only solution - cursor out of a transaction.
It shouldn't be problem with MVC.
Oracle have cursor out of a transaction and OLTP systems with tousend user.
It isn't possible any multi database project without this features

Thanks Barry
Haris Peco



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Scott Taylor"
Дата:
Сообщение: Re: Netbeans - JDBC Driver Class
Следующее
От: Barry Lind
Дата:
Сообщение: Re: java.lang.OutOfMemoryError