Start a new topic

Data grids in separate tabs block each other?

[This topic is migrated from our old forums. The original author name has been removed]

In one tab I have a data grid refreshing on a slow view running on PostgreSQL 9.2. Opening the sessions view in another floating tab resulted in the sessions tab showing a constant executing state without showing the process list. Upon canceling the sessions refresh (stop button), the other data grid tab querying the view also canceled. Do these data grids execute on a single thread / process, thus execute serially and as one? Product: DbVisualizer Pro 9.0.5 Build: #1924 (2013/03/05 13:16) Java VM: Java HotSpot(TM) 64-Bit Server VM Java Version: 1.6.0_43 Java Vendor: Apple Inc. OS Name: Mac OS X OS Arch: x86_64 OS Version: 10.8.3
1 Comment

[This reply is migrated from our old forums.]

Re: Data grids in separate tabs block each other?
Hi Matt, Yes, they currently use the same connection and depending on the database/driver this may make them run serialized. We have an ticket open to look into using pooled connections instead. Best Regards, Hans