"R. Alan Monroe" <[EMAIL PROTECTED]> wrote >> I have written a Python app, a company who don't use Python want to >> integrate >> its back end with their C++ coded GUI. > >> The data to & from the C++, Python code consists of fairly large >> tables of up >> to 80,000 items. > > SQLite?
That's a good idea if the apps are co-located. I had, for some reason, assumed they must be remote from each other when I suggested SOAP, but if they are co-located then a database is a good solution for those volumes. It probably requires that each end implements a poller to check for updates and a table or column to be added to indicate the status. Alan G. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor