From thrift-user-return-1289-apmail-incubator-thrift-user-archive=incubator.apache.org@incubator.apache.org Fri May 21 18:56:30 2010 Return-Path: Delivered-To: apmail-incubator-thrift-user-archive@minotaur.apache.org Received: (qmail 83482 invoked from network); 21 May 2010 18:56:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 May 2010 18:56:30 -0000 Received: (qmail 15641 invoked by uid 500); 21 May 2010 18:56:29 -0000 Delivered-To: apmail-incubator-thrift-user-archive@incubator.apache.org Received: (qmail 15574 invoked by uid 500); 21 May 2010 18:56:29 -0000 Mailing-List: contact thrift-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: thrift-user@incubator.apache.org Delivered-To: mailing list thrift-user@incubator.apache.org Received: (qmail 15560 invoked by uid 99); 21 May 2010 18:56:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 18:56:29 +0000 X-ASF-Spam-Status: No, hits=-0.8 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mxcantor@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pw0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 18:56:21 +0000 Received: by pwj3 with SMTP id 3so527808pwj.6 for ; Fri, 21 May 2010 11:56:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=dLL09PICnDhhsrlspytKJP1Ri1spNfzumJ+xAbY30x0=; b=xr2vg78aUyKNxXiT4hZFR3GZfu8xR8SnHppIH3fzSWTjfA02F9Fhh6C2+bKtj70Y2y N0YtoK9LG184j/jLg46sKyDoob+xsFycAtX69dEJAFJjld5idnRNhWompqJwg5Ahq8tO uPIBl4fhabXM9tj/JTe9JzoYYlf3AiseGDLzY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=bTSaXI/QzsJk3JiuVwERJbdNlvpCxf+2EBsppMe0ZEGIMUrpJNNSK1PntfEleR1g0V s3rqLMxMqXYz+7VQshrajQhN0m69aRncDHjMCtLIintQAf+c5qP6dcNn4L97tG3R20Zm gaHyJYiKSplnCqkoc9qsTbR1jZDO95ryyH64o= Received: by 10.142.75.14 with SMTP id x14mr1323681wfa.187.1274468160968; Fri, 21 May 2010 11:56:00 -0700 (PDT) Received: from [10.0.1.15] (cm228.epsilon172.maxonline.com.sg [222.164.172.228]) by mx.google.com with ESMTPS id 22sm1168927pzk.5.2010.05.21.11.55.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 21 May 2010 11:56:00 -0700 (PDT) From: Max Cantor Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Java Client to Haskell Server using Thrift Date: Sat, 22 May 2010 02:55:55 +0800 Message-Id: <1DB493C6-C42D-4CAB-B282-D9928F9DFD3C@gmail.com> To: thrift-user@incubator.apache.org Mime-Version: 1.0 (Apple Message framework v1078) X-Mailer: Apple Mail (2.1078) Hi, =20 I'm new to Thrift and have been attempting to using thrift to connect a = Java client with a Haskell server. I have no problems going the other = way (Java server, haskell client) but it seems like anytime I use the = xxx_Client methods to send a message and a function in the xxx_Iface = class (in haskell) to receive it, the server process just stalls. Has = anyone had similar experience? Is this a known issue? Expected to be = solved in 0.3.0 perhaps? Aside from this, Thrift really looks fantastic, appreciate all the hard = work, just hope to get this working and I'm golden. Thanks,=20 Max=