<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - RSS 리더에서 피드 업데이트 할때]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=323&amp;type=atom"/>
	<updated>2006-05-09T02:33:05Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=323</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: RSS 리더에서 피드 업데이트 할때]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=1661#p1661"/>
			<content type="html"><![CDATA[<p>그러네요.. 수정하겠습니닷!</p>]]></content>
			<author>
				<name><![CDATA[crizin]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=92</uri>
			</author>
			<updated>2006-05-09T02:33:05Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=1661#p1661</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 리더에서 피드 업데이트 할때]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=1656#p1656"/>
			<content type="html"><![CDATA[<p>RSS리더에서 모든 피드 업데이트를 클릭하면 blog/owner/reader/update/index.php 를 호출합니다.</p><p>그 내용중에:</p><p>$feeds = fetchQueryAll(&quot;SELECT f.* FROM {$database[&#039;prefix&#039;]}Feeds f, {$database[&#039;prefix&#039;]}FeedGroups g, {$database[&#039;prefix&#039;]}FeedGroupRelations gr WHERE g.owner = $owner AND gr.feed = f.id AND gr.groupId = g.id ORDER BY f.title&quot;);</p><p>이 구문을 통해 업데이트할 피드의 목록을 얻어오는데요, 테스트 해 본 결과로는 자신의 피드목록만을 가져오는게 아니라 전체 사용자의 피드 리스트를 가져와버리더군요. 때문에 불필요하게 업데이트 속도가 느려지는 현상이 있었습니다. 이것을 아래와 같이 바꿔주면 정상적으로 동작합니다.</p><p>$feeds = fetchQueryAll(&quot;SELECT DISTINCT f.* FROM {$database[&#039;prefix&#039;]}Feeds f, {$database[&#039;prefix&#039;]}FeedGroups g, {$database[&#039;prefix&#039;]}FeedGroupRelations gr WHERE gr.owner = &#039;$owner&#039; AND gr.feed = f.id AND gr.groupId = g.id ORDER BY f.title&quot;);</p>]]></content>
			<author>
				<name><![CDATA[laziel]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=21</uri>
			</author>
			<updated>2006-05-09T01:59:01Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=1656#p1656</id>
		</entry>
</feed>
