Re: Is libbusybox stable for standalone application?

2007-09-13 Thread Ross Cameron
Those are all file system call operations,... which will be supported by whichever C library you are using on you're devices. From my reading of the matter libbusybox.so would be more suited to writing additional utilities that need to directly at an API level interact with Busybox and its

Re: Is libbusybox stable for standalone application?

2007-09-13 Thread Denys Vlasenko
On Thursday 13 September 2007 08:28, colin wrote: Hi all, Our platform is with low cpu power and an application using system api too many times will draw down cpu performance. These statements are like system(/bin/mkdir ...), system(/bin/touch ...), ... and system(/bin/rm ...). I am