|
From: <jo...@hy...> - 2007-04-23 17:37:07
|
Hi, > Althought the systems seems to run, there are many problems: > > 1- The keyboard input is mad. I even loaded the SCO.map located on the > PROD.Patches but no success. When the systems loads his curses-like > interface, the text fields in the forms don`t accept any input but > then they are filled with other characters like "C" and ">". Is this > a common problem? No. If the app uses termcap/terminfo in a portable manner, this should not be a problem. But: a common mistake is to lie about the terminal in use. For instance if an app does run on ANSI terminals only it's useless to "export TERM=ANSI" while using an xterm. > 2-System load is always at 100%. From what I know, this system is > running fine on a 500 mhz Celeron SCO Openserver and I`m testing this > on a Celeron 1.7 ghz. Is this tremendous overhead expected? I thought > the performance impact would be something like 2 or 4%. There is an overhead but it is usually under 5% depending how many system calls the app uses. You have to trace the app to find out what is going wrong. > 3-The system seems kinda unstable. Even if I could fix the problems, > is linux-abi ready for a production environment? Depends on the app. I know people who used to run production systems with linux abi. Linux abi is not complete, maybe something is missing for your app. If you like to contribute, find out what is missing or going wrong. A good point to start is to trace your app. Joerg -- ------------------------------------------------------------------------------ Joerg Ahrens _/ Koenigsberger Strasse 32 _/_/ 31226 Peine _/ _/ Tel.: 05171/57308 _/ _/_/_/_/ e-mail: jo...@hy... _/_/_/_/ _/ ------------------------------------------------------------------------------ |