You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Phillip B Oldham <ph...@gmail.com> on 2009/10/22 13:45:52 UTC

Examples of using TThreadPoolServer with Python/Java

Where can I find examples of using the TThreadPoolServer in Python or Java?

-- 
Phillip B Oldham
phillip.oldham@gmail.com
+44 (0) 7525 01 09 01

Re: Examples of using TThreadPoolServer with Python/Java

Posted by Jonathan Ellis <jb...@gmail.com>.
Cassandra uses the threadpoolserver:
https://svn.apache.org/repos/asf/incubator/cassandra/trunk/src/java/org/apache/cassandra/service/CassandraDaemon.java

On Thu, Oct 22, 2009 at 6:45 AM, Phillip B Oldham
<ph...@gmail.com> wrote:
> Where can I find examples of using the TThreadPoolServer in Python or Java?
>
> --
> Phillip B Oldham
> phillip.oldham@gmail.com
> +44 (0) 7525 01 09 01
>

Re: Examples of using TThreadPoolServer with Python/Java

Posted by Joel Meyer <jo...@gmail.com>.
This is a bit of a special case, but you can still see how the
TThreadPoolServer is set up (first code block in the page):
http://www.joelpm.com/2009/04/03/thrift-bidirectional-async-rpc.html

On Thu, Oct 22, 2009 at 4:45 AM, Phillip B Oldham
<ph...@gmail.com>wrote:

> Where can I find examples of using the TThreadPoolServer in Python or Java?
>
> --
> Phillip B Oldham
> phillip.oldham@gmail.com
> +44 (0) 7525 01 09 01
>