Scalability to large projects

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Andrew Tweddle
Posts: 4
Joined: Wed Jun 01, 2005 2:52 pm

Scalability to large projects

Post 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)?
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post 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.
Post Reply