To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51254





------- Additional comments from [EMAIL PROTECTED] Mon Jun 27 03:55:15 -0700 
2005 -------
Oh - I'd imagine that we'd only want to re-write the font cache when something
changed ;-), it seems we read / re-write it every startup.

Of course - since writing is asynchronous & the write process looks cheap, one
can't get overly excited about the writing ;-)

Still - SvFileStream is doing a) no caching => 1 write per line and b) deranged
seeking:

12598 write(29, "File:luximbi.ttf\n2;0;1\nLuxi Mono"..., 1010) = 1010
12598 lseek(29, 9883, SEEK_SET)         = 9883
12598 lseek(29, 0, SEEK_CUR)            = 9883
12598 write(29, "File:bli_____.ttf\n2;0;1\nBell MT\n"..., 953) = 953
12598 lseek(29, 10836, SEEK_SET)        = 10836
12598 lseek(29, 0, SEEK_CUR)            = 10836
12598 write(29, "-1;SUSESansMono-BoldOb;2;8;5;2;6"..., 986) = 986
12598 lseek(29, 11822, SEEK_SET)        = 11822
12598 lseek(29, 0, SEEK_CUR)            = 11822

but I guess that's normal for SvStream ;-)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to