RE: HttpClient Connection close bugs

2011-04-26 Thread Mark Slee
3:56 PM To: dev@thrift.apache.org Subject: Re: HttpClient Connection close bugs Observed behavior was that reading an object from response would not return the object until connection closed. On 11-04-26 2:32 PM, "Mark Slee" wrote: >This should definitely be a configurable option, but

RE: HttpClient Connection close bugs

2011-04-26 Thread Mark Slee
This should definitely be a configurable option, but I think the default should definitely be *not* to send the close header. As far as I remember, the Thrift HTTP clients were intentionally written to support keep-alive, which is definitely the best way to use them if making repeated requests.

RE: [VOTE] Thrift 0.6.1 RC1

2011-04-21 Thread Mark Slee
+1 -Original Message- From: Jake Luciani [mailto:jak...@gmail.com] Sent: Thursday, April 21, 2011 9:06 AM To: dev@thrift.apache.org Subject: Re: [VOTE] Thrift 0.6.1 RC1 +1 On Thu, Apr 21, 2011 at 11:49 AM, Anthony Molinaro < antho...@alumni.caltech.edu> wrote: > +1 > > On Apr 20, 2011,

RE: [VOTE] Thrift 0.6.0 RC2

2011-01-31 Thread Mark Slee
+1 on this rev, all builds cleanly for me, thanks! -Original Message- From: Jake Luciani [mailto:jak...@gmail.com] Sent: Sunday, January 30, 2011 6:45 PM To: dev@thrift.apache.org Subject: [VOTE] Thrift 0.6.0 RC2 I propose that we accept http://people.apache.org/~jake/thrift-0.6.0-rc2.ta

RE: [VOTE] Thrift 0.6.0 RC1

2011-01-31 Thread Mark Slee
don't have a 1.5 handy on OS X to check. On Fri, Jan 28, 2011 at 23:27, Mark Slee wrote: > Ticket opened and patch committed to trunk. Ready for a merge into the 0.6 > release. > > https://issues.apache.org/jira/browse/THRIFT-1051 > Committed revision 1064911. > > Che

[jira] Resolved: (THRIFT-1051) Applying @Override to interface method breaks compile on Java 1.5

2011-01-28 Thread Mark Slee (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Slee resolved THRIFT-1051. --- Resolution: Fixed Assignee: Mark Slee (was: Bryan Duxbury) Committed revision 1064911

RE: [VOTE] Thrift 0.6.0 RC1

2011-01-28 Thread Mark Slee
: dev@thrift.apache.org Subject: Re: [VOTE] Thrift 0.6.0 RC1 Mind opening a ticket? On Fri, Jan 28, 2011 at 2:05 PM, Mark Slee wrote: > -1, just a minor issue. I'm +1 if we nuke the @Override causing problems > below. > > The Java compile failed for me due to a bad @Override

[jira] Updated: (THRIFT-1051) Applying @Override to interface method breaks compile on Java 1.5

2011-01-28 Thread Mark Slee (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Slee updated THRIFT-1051: -- Attachment: client_manager_override.patch Patch for fix > Applying @Override to interface met

[jira] Created: (THRIFT-1051) Applying @Override to interface method breaks compile on Java 1.5

2011-01-28 Thread Mark Slee (JIRA)
Components: Java - Library Affects Versions: 0.6 Environment: Java 1.5 compiler Reporter: Mark Slee Assignee: Bryan Duxbury Attachments: client_manager_override.patch Applying the @Override annotation to an interface method breaks compile on Java

RE: [VOTE] Thrift 0.6.0 RC1

2011-01-28 Thread Mark Slee
-1, just a minor issue. I'm +1 if we nuke the @Override causing problems below. The Java compile failed for me due to a bad @Override annotation on an interface rather than an abstract class. I'm running Java 1.5. According to Stack Overflow: "But don't forget that Java Compiler 1.5 will not al

RE: a python TSocketPool (ported from the php version)

2011-01-12 Thread Mark Slee
Hey Robert, Thanks for this. The best thing to do is open a ticket for this on the Thrift JIRA page and post your patch there. https://issues.apache.org/jira/browse/THRIFT This would go in the Python - Library category: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hi

RE: Calling local interface

2010-11-23 Thread Mark Slee
Thrift doesn't provide a mechanism for this. If you want to do this communication in-process, you're going to need to navigate language extension models. You might be looking for a tool more like SWIG (http://www.swig.org). What exactly is the criteria for running a "server" that you wish to avo

RE: Time to drop 0.6?

2010-11-15 Thread Mark Slee
Yup. -Original Message- From: Bryan Duxbury [mailto:br...@rapleaf.com] Sent: Monday, November 15, 2010 4:46 PM To: thrift-...@incubator.apache.org Subject: Time to drop 0.6? All - It's been over a month since our last release. Since then we've closed 45 tickets. Seem like enough to warr