Image display performance issues
We built a java bean using a 3rd party library kit from Snobound that retrieves images in about .5 to .8 of sec.
We are trying to achieve 6i performance. In 6i it takes 1/10 of a sec.
We have large images (8.5X11, 2500x3000 pixels, 300dpi, tiff citt g4) so one solution we found was to create thumbnails (of about 4x6 inches) but users still do not like that idea.
Our images are on a unix server and clients are retreiving them via nfs mapping. (6i or 11g retrieve images from the same place)
Is there other ways to add custom modules to Forms. can we add C++ code? (I can't find it, looks like just java beans are possible)