<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TFM Group Software &#187; Alte Proiecte</title>
	<atom:link href="http://www.tfm.ro/category/alte-proiecte/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tfm.ro</link>
	<description>TFM Group Software</description>
	<lastBuildDate>Sat, 27 Aug 2011 21:42:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MyTcpProxy version 0.2</title>
		<link>http://www.tfm.ro/mytcpproxy-version-02/</link>
		<comments>http://www.tfm.ro/mytcpproxy-version-02/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 10:29:09 +0000</pubDate>
		<dc:creator>softman</dc:creator>
				<category><![CDATA[Alte Proiecte]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[First page]]></category>
		<category><![CDATA[mysql proxy]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[TFM]]></category>

		<guid isPermaLink="false">http://www.tfm.ro/?p=44</guid>
		<description><![CDATA[We are pleased to announce the immediate availability of MyTcpProxy version 0.2. This is our solution for load balancing and failover at the TCP protocol. MyTcpProxy can operate as a load balancer for any service that uses TCP, including MySQL. Unlike other solutions balacing load and failover, such as haproxy, MyTcpProxy persistence allow TCP connections [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the immediate availability of MyTcpProxy version 0.2. This is our solution for load balancing and failover at the TCP protocol.  MyTcpProxy can operate as a load balancer for any service that uses TCP, including MySQL. Unlike other solutions balacing load and failover, such as haproxy, MyTcpProxy persistence allow TCP connections at the session, which we recommend, along with failover functionality as a load balancer of trust for MySQL.</p>
<p align="left">To be able to download visit <a href="http://download.tfm.ro/projects/mytcpproxy/mytcpproxy-0.2.tar.bz2">this link.</a></p>
<p align="left">Sample usage:</p>
<p align="left">Let’s assume that your proxy server has ip 10.0.0.10 and you have 3 mysql servers with ip’s 10.0.0.1, 10.0.0.2, 10.0.0.3.</p>
<ul>
<li>
<p align="left">On each mysql server give access to the proxy ip 	to the databases:</p>
</li>
</ul>
<p align="left"><strong>GRANT ALL ON yourdb.* TO my_cluster@10.0.0.10 IDENTIFIED BY ‘your_pass’;</strong></p>
<ul>
<li>
<p align="left">Start the proxy with the command:</p>
</li>
</ul>
<p align="left"><strong>/usr/bin/myproxy –server 10.0.0.1:3306 –server 10.0.0.2:3306 –server 10.0.0.3:3306</strong></p>
<ul>
<li>
<p align="left">Connect mysql to 10.0.0.10 to port 33060</p>
</li>
</ul>
<p align="left"><strong>mysql -h 10.0.0.10 -P 33060 -u my_cluster -p</strong></p>
<ul>
<li>
<p align="left">Run your queries and enjoy.</p>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tfm.ro/mytcpproxy-version-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proiecte conexe TFM</title>
		<link>http://www.tfm.ro/proiecte-conexe-tfm/</link>
		<comments>http://www.tfm.ro/proiecte-conexe-tfm/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 14:12:21 +0000</pubDate>
		<dc:creator>mihaim</dc:creator>
				<category><![CDATA[Alte Proiecte]]></category>
		<category><![CDATA[NetRate]]></category>
		<category><![CDATA[NoKickIrcop PTlink]]></category>
		<category><![CDATA[TextLib]]></category>
		<category><![CDATA[TFM Arouter]]></category>
		<category><![CDATA[TFM Audio Monitoring System]]></category>
		<category><![CDATA[TFM enhanced mail system]]></category>
		<category><![CDATA[TFM Grapher]]></category>
		<category><![CDATA[TFM Installer Source]]></category>
		<category><![CDATA[TFM Linux Installer White Paper]]></category>
		<category><![CDATA[TFM Shaper]]></category>

		<guid isPermaLink="false">http://www.tfm.ro/proiecte-conexe-tfm/</guid>
		<description><![CDATA[TFM Shaper Advanced traffic control solution based on iptables, iproute2 and tfm-arouter Maintainer: Liviu Andreicut Last Update: 27 January 2005 TFM Grapher Solution for graphing network traffic on a per ip basis. Maintainer: Liviu Andreicut Last Update: 15 February 2005 TFM Arouter Routing solution based on iptables and iproute2 Maintainer: Liviu Andreicut Last Update: 15 [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<h2>TFM Shaper</h2>
</li>
</ul>
<p>Advanced traffic control solution based on iptables, iproute2 and tfm-arouter<br />
Maintainer: Liviu Andreicut<br />
Last Update: 27 January 2005<br />
</p>
<ul>
<li>
<h2>TFM Grapher</h2>
</li>
</ul>
<p>Solution for graphing network traffic on a per ip basis.<br />
Maintainer: Liviu Andreicut<br />
Last Update: 15 February 2005<br />
</p>
<ul>
<li>
<h2>TFM Arouter</h2>
</li>
</ul>
<p>Routing solution based on iptables and iproute2<br />
Maintainer: Liviu Andreicut<br />
Last Update: 15 February 2005<br />
</p>
<ul>
<li>
<h2>TFM enhanced mail system</h2>
</li>
</ul>
<p>Enhanced mail system based on qmail/vpopmail/courier-imap<br />
Maintainer: Mihai Moldovanu<br />
Last Update: 19 May 2005<br />
</p>
<ul>
<li>
<h2>TFM Audio Monitoring System</h2>
</li>
</ul>
<p>Hardisk audio recording system<br />
Maintainer: Mihai Moldovanu<br />
Last Update: 20 May 2005<br />
</p>
<ul>
<li>
<h2>NetRate</h2>
</li>
</ul>
<p>Monitors the network traffic on the network interfaces<br />
Maintainer: Cristian Andrei Calin<br />
Last Update: 10 February 2008<br />
</p>
<ul>
<li>
<h2>TextLib</h2>
</li>
</ul>
<p>TextLib text mode library<br />
Maintainer: Liviu Andreicut<br />
Last Update: 03 March 2007<br />
</p>
<ul>
<li>
<h2>TFM Installer Source</h2>
</li>
</ul>
<p>The TFM GNU / Linux Installer source, in .tar.bz2 package.<br />
Maintainer: Liviu Andreicut<br />
Last update: 07-march-2008<br />
</p>
<ul>
<li>
<h2>TFM Linux Installer White Paper</h2>
</li>
</ul>
<p>Maintainer: Mihai Moldovanu<br />
Last Update: 4 June 2001<br />
</p>
<ul>
<li>
<h2>NoKickIrcop PTlink</h2>
</li>
</ul>
<p>PTlink 6.3.7 NoKickIrcop Patch<br />
(obs: This one was included in PTlink 6.5.2)<br />
Maintainer: Mihai Moldovanu<br />
Last Update: 26 June 2001</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tfm.ro/proiecte-conexe-tfm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

