Ask a Question related to Sun Solaris, Design and Development.
-
Paras Sharma #1
system performance
Hi
I am runing a cpp process say "ABC" which uses system() function .
inside system running an one external binary say "xyz" (program ) ;
[This external program (xyz) takes some parameter do process & print
some output.. meaning comsumes a bit of time . ]
Now, my question is how to get the maximum rate
1 I tried giving system("xyz & " ) ; /////.. run external program in
the background ; this will make return of system .
Getting execution rate ~ 25 sec
2 I tried giving system("xyz " ) ; meaning .. run external program
in the background ; this will make return of system .
Getting execution rate ~ 14 sec
3 I tried running many instances of ABC .. now execution rate got
decreased to ~15 per process
I tried using vfork , ..execl .. & all but some how system gives the
better response and easy way out .. ..
Main overservation is - System comsumes lot of time .. ( even running
with root )
Now My quiestion is ... how to increase the performace of the
process/system() so that for different calling of system is fast ..
...any configuration file can be changed to do os ..
Thanks in advance
Paras
Paras Sharma Guest
-
Some 'System Calls' was Capturing system call output value
On Friday, Nov 14, 2003, at 18:39 US/Pacific, Jerry Rocteur wrote: Wiggins is the one who deserves the point, since he was the one with the... -
Slow system 10 performance
I'm running Illustrator 8x on 9.2.2 (G4, 1.50 ram). I like the additional features in Illustrator 10x, but it runs slow — hesitates with every... -
System.Net.WebException occurred in system.web.services.dll - HTTP status 405: Method not allowed.
Hi, Have anyone ever encountered an exception error: The request failed with HTTP status 405: Method not allowed when trying to remotely invoke a... -
The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error
I've been getting this error every since I installed InstallSqlState to handle my viewState Sessions. it only happens on 1 section of my asp.net... -
Method not found: System.Collections.Specialized.NameValueCollection System.Web.HttpRequest.get_QueryString().
I just recently started getting the above error on a page I am posting MULTIPART/FORM-DATA. We have SoftArtisans FileUp component and Filter...



Reply With Quote

