summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/example/ImageViewer.java
AgeCommit message (Collapse)Author
2000-05-05ImageViewer transaction fixesPeter Mount
2000-05-03Minor fixes ready for 7.0Peter Mount
2000-04-26Another attemptPeter Mount
1999-05-18Transactions in ImageViewerPeter Mount
1998-10-12This patch updates the ImageViewer example to use Multiple Threading.Bruce Momjian
When importing an image into the database, the example now fires off a new Thread, which imports the image in the background. This also means that the application doesn't freeze on the user, and they can still browse the images in the database, while the upload is running. This now makes the ImageViewer a true example on how to use Threads (the threadtest class is just that - a test). Peter
1998-01-13Oops...missed over half the patch :(Marc G. Fournier