<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://theeyetribe.com/forum/feed.php?f=24&amp;t=270" />

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2014-09-19T07:06:19+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=24&amp;t=270</id>
<entry>
<author><name><![CDATA[Anders]]></name></author>
<updated>2014-09-19T07:06:19+02:00</updated>
<published>2014-09-19T07:06:19+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=270&amp;p=1390#p1390</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=270&amp;p=1390#p1390"/>
<title type="html"><![CDATA[Re: Use of cached thread pool in gaze listener calls.]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=270&amp;p=1390#p1390"><![CDATA[
Hi <br /><br />The underlying idea is to balance out the load on the underlying SDK in situations where there are many registered listeners IGazeListeners.<br /><br />Unintentional locking the callback thread when debuggin causes the side effect you here describe. We will consider optional constructors in GazeManager that either allows you to set the size of the threadspools or allow you to define that you are running in debug mode.<br /><br />For now I hope you have gone ahead and made the changes to the SDK in your setup yourself.<br /><br />BR,<br />Anders<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=120">skataAnders</a> — 19 Sep 2014, 07:06</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[karthik@eclecticlogic.com]]></name></author>
<updated>2014-07-19T00:42:59+02:00</updated>
<published>2014-07-19T00:42:59+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=270&amp;p=1146#p1146</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=270&amp;p=1146#p1146"/>
<title type="html"><![CDATA[Use of cached thread pool in gaze listener calls.]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=270&amp;p=1146#p1146"><![CDATA[
In the GazeManager.activate method, you create a cached thread pool (line 159) instead of a fixed thread pool. As a result, if I put a breakpoint in my GazeListener method, I'm pretty much toast! There are an endless number of threads that get spawned since at any given point the threads that subsequently come in hang. You should perhaps consider accepting an optional configuration object in the activate method wherein the user can specify the number of threads that should be used or you should use a fixed size thread pool.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=1762">skatakarthik@eclecticlogic.com</a> — 19 Jul 2014, 00:42</p><hr />
]]></content>
</entry>
</feed>