Re: [Pythoncad-developer] New testing kernel
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: <ger...@gm...> - 2010-02-16 20:09:56
|
Hi Matteo, I am going to adjust the existing interface (viewport) code to work with your kernel module. After that we can do some performance tests. I have a question: Why are there 2 database connections? The first is made in PyCadDbKernel, the second is made in PyCadUndoDb. If I have more questions during the adjusting the existing interface code, I will post them in this thread. Regards, Gertwin Op schreef Matteo Boscolo <mat...@bo...>: > Hi All, > Today I have committed the new testing version of the kernel using the > sqlite db. > You can find it in the git unde Generic\kernel > This is just a working model for doing some performance and feature > test. > If the test that we are gonna to do well be good in performance and > feature, we well introduce it under R38. > This new way to store the information on a db will help us to improve > our solution with the following capability: > 1) possibility to have the drawing with all the technical revisions. > 2) very easy to develop new feature > 3) possibility to have a file stored in an mysql db(distribute > enviroment) > 4) force access of some part of the drawing with group\user policy (will > be develop after merging with the r38 code) > 5) improve performance in opening drawing > 6) improve performance during scale pan action > Any comment are really appreciated. > Regards, > Matteo > ps: > Actually the code is store in one single file, I need to split it into > more module .../ > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > Pythoncad-developer mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncad-developer |