Hi Rajesh.
patchadd -t will result in dependency checking being done by script.
patchadd (without -t) results in dependency checking being done in C,
which in theory should be faster.
However, the person who made the changes says he is not convinced that
-t slows things down (or, put a different way, that puting the checking
in pdo speeds things up). (The changes were done anyway, as they were
made for other reasons as well.)
Performance changes have not been formally documented.
Thanks,
Jack
Rajesh G wrote:
> Sorry, let me explain it a bit.
>
> We use /usr/sbin/patchadd, which is linked to ../lib/patch/pdo. The error
> codes returned by pdo is not consistent with what we used to get in Solaris
> 9. So I need to use " /usr/sbin/patchadd -t" where it calls the shell script
> and by passes pdo. I wanted to know what will be the performance impact of
> using patchadd -t to patchadd(pdo). I'm not using any zones and as far as I
> see, I did not find any performance improvement with a system without zones.
> Have any of you have the document which talks about the performance of
> patchadd(pdo) and patchadd -t (shell script)???
>
> Rajesh
>
>
> This message posted from opensolaris.org
> _______________________________________________
> install-discuss mailing list
> install-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/install-discuss
>