Page 1 of 1

Scalability to large projects

Posted: Thu Jun 02, 2005 6:28 am
by Andrew Tweddle
I'm busy evaluating siLang components.

We have a project with over 600 units, mostly forms. How well will siLang scale to this many forms?

Start-up time for the application and the forms is quite important.

Are there any "best practices" for maintaining reasonable performance?
Should one have a separate sil/sib file per form (or per module)?

Posted: Thu Jun 02, 2005 7:39 am
by isiticov
Hello,
Such projects can be translated with TsiLang pretty easy and there are no any problems with that. In case of using embedded translations then the preformance almost won't be affected at all. In case of using external file then it is better to use SIB file (binary format). Loading of SIB file is perfomed very fast but if you still concerned about performance it could be improved by using small SIB files (one per module) but this won't give you very much improvement but on other hand will make a project maintainance harder.

Best regards.