How to access InstantJChem cache from .Net client

User 873a9ae9d0

07-05-2014 07:54:04

HI,


I wrote a small c# program using the ChemAxon .Net API (version 6.2).


The program allow to perform a substructure search accessing a very small (1000 structures) chemaxon db residing in a MySQL db.


Next step is to do substructure search in our corporate db (22 million structures, also residing in a MySQL db).


On the server (windows server 2012) where the db resides, we have Instant JChem (version 6.2) installed.


IJC access a rather big cache (9GB) for doing substrucure searches.


My question:


Is there a way that I use the cache that is currently associated with IJC from my .Net client ?


If yes, what method from the very rich API do I have to use and how do I reference the cache used by IJC in my .Net code ?


Hope to hear from you.


Best regards
Hans-Juergen
AKos GmbH


 

ChemAxon bd13b5bd77

07-05-2014 08:00:44

Hi Hans,


IJC is not available from .NET, if you think of IJC Web Server please explore its interface. The IJC client cache is not avilable from .NET program I am afraid, it is a java program.


Miklos [email protected] can help you how to build up your own cache in the memory with 6.3 API.


 


Viktor