<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacy/source/de/anomic/server/serverSystem.java, branch master</title>
<subtitle>YaCy search server with some extra patches
</subtitle>
<id>https://git.fennell.dev/yacy/atom?h=master</id>
<link rel='self' href='https://git.fennell.dev/yacy/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/'/>
<updated>2009-10-19T22:34:44Z</updated>
<entry>
<title>- refactoring</title>
<updated>2009-10-19T22:34:44Z</updated>
<author>
<name>orbiter</name>
<email>orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2009-10-19T22:34:44Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=3528b970d62bad9c98fc682ab06f2ab5f5c047d9'/>
<id>urn:sha1:3528b970d62bad9c98fc682ab06f2ab5f5c047d9</id>
<content type='text'>
- added new experimental (not-yet-working) image parser
- added new test image

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6431 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
<entry>
<title>moved table and util classes</title>
<updated>2009-10-10T01:14:19Z</updated>
<author>
<name>orbiter</name>
<email>orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2009-10-10T01:14:19Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=bea3b99affe1d5333697adad8205eb301fea3fce'/>
<id>urn:sha1:bea3b99affe1d5333697adad8205eb301fea3fce</id>
<content type='text'>
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6397 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
<entry>
<title>start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root</title>
<updated>2009-10-09T23:13:30Z</updated>
<author>
<name>orbiter</name>
<email>orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2009-10-09T23:13:30Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=f677d534b1e3c688388683ff54afc348ab0f33c4'/>
<id>urn:sha1:f677d534b1e3c688388683ff54afc348ab0f33c4</id>
<content type='text'>
- moved here the logging classes as part of the new net.yacy.kelondro package

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6391 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
<entry>
<title>serialized all logging using concurrency:</title>
<updated>2009-06-15T21:19:54Z</updated>
<author>
<name>orbiter</name>
<email>orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2009-06-15T21:19:54Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=ce1adf9955ad053d2b69105cb992966ef6ccb236'/>
<id>urn:sha1:ce1adf9955ad053d2b69105cb992966ef6ccb236</id>
<content type='text'>
high-performance search query situations as seen in yacy-metager integration showed deadlock situation caused by synchronization effects inside of sun.java code. It appears that the logger is not completely safe against deadlock situations in concurrent calls of the logger. One possible solution would be a outside-synchronization with 'synchronized' statements, but that would further apply blocking on all high-efficient methods that call the logger. It is much better to do a non-blocking hand-over of logging lines and work off log entries with a concurrent log writer. This also disconnects IO operations from logging, which can also cause IO operation when a log is written to a file. This commit not only moves the logger from kelondro to yacy.logging, it also inserts the concurrency methods to realize non-blocking logging.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6078 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
<entry>
<title>- added migration class to go from index collections to the index cell data structure.</title>
<updated>2009-03-30T15:31:25Z</updated>
<author>
<name>orbiter</name>
<email>orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2009-03-30T15:31:25Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=96eaecda3e4ded11f0969532341d031cfda4b255'/>
<id>urn:sha1:96eaecda3e4ded11f0969532341d031cfda4b255</id>
<content type='text'>
- added better control over file deletion, because this sometimes fails, especially on windows

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5756 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
<entry>
<title>* some refactoring/moves to consoleInterface</title>
<updated>2009-02-07T11:53:48Z</updated>
<author>
<name>lotus</name>
<email>lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2009-02-07T11:53:48Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=e8ae2599fdfce2c31dae2ee593a81d88416cef1b'/>
<id>urn:sha1:e8ae2599fdfce2c31dae2ee593a81d88416cef1b</id>
<content type='text'>
* added possibility to find maximum possible heap size
you can get it via getWin32MaxHeap.bat
this may cause high system load
moreover the found limit is no guarantee for stable startups since it depends on system configuration

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5583 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
<entry>
<title>moved logging partially to kelondro</title>
<updated>2009-01-31T01:06:56Z</updated>
<author>
<name>orbiter</name>
<email>orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2009-01-31T01:06:56Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=94110df85a997041a3290b68f5258cfd3403ce0d'/>
<id>urn:sha1:94110df85a997041a3290b68f5258cfd3403ce0d</id>
<content type='text'>
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5545 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
<entry>
<title>refactoring of logging</title>
<updated>2009-01-30T23:33:47Z</updated>
<author>
<name>orbiter</name>
<email>orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2009-01-30T23:33:47Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=024da2916bea5557aae81e43332ad5e0b3c0b5f2'/>
<id>urn:sha1:024da2916bea5557aae81e43332ad5e0b3c0b5f2</id>
<content type='text'>
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5544 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
<entry>
<title>* remove &amp; from openBrowser command (see http://forum.yacy-websuche.de/viewtopic.php?f=5&amp;t=1728&amp;hilit=#p12321)</title>
<updated>2009-01-23T22:37:00Z</updated>
<author>
<name>f1ori</name>
<email>f1ori@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2009-01-23T22:37:00Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=5570fa817b23c43ecace4cb254c9a0a7321c2a45'/>
<id>urn:sha1:5570fa817b23c43ecace4cb254c9a0a7321c2a45</id>
<content type='text'>
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5515 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
<entry>
<title>limit -Xmx setting to 1999m on win32. bigger values would never work.</title>
<updated>2009-01-23T15:13:09Z</updated>
<author>
<name>lotus</name>
<email>lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2009-01-23T15:13:09Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=4ef6b15eb85c3d71d186eea20102e7cba45aa6cd'/>
<id>urn:sha1:4ef6b15eb85c3d71d186eea20102e7cba45aa6cd</id>
<content type='text'>
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5513 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
</feed>
