bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cost of popen()


From: Shigio Yamaguchi
Subject: Re: cost of popen()
Date: Fri, 17 Jun 2005 16:01:14 +0900

Reviewing the programs, rather than making a lesser popen(3),
I came to think that we had better change the interface between
gtags(1) and gtags-parser(1).

Currently, the interface is in command layer. This brings the performance
problem to gtags, because  the command call far costs than the function call.
To solve the problem, we should move the interface from the command layer
to the function layer, that is, links gtags-parser as part of gtags.

What do you think?
--
Shigio YAMAGUCHI <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]