[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Memory problem
I've traced thru the interchange server program and found out my memory
problem but need help as to why it is doing this. Without going into
great detail, a startup function attempts to load the database into
memory (opendatabase() ultimately calls import_database() for each table
including products). The problem is that my products table has over
150,000 products and the interchange server is loading all the products
into memory. How do I stop this?
Peter