Re: ActionScript question

2014-08-06 Thread Dimat Levchenko
hi, actionscript has no synchronose way to send packets - so, the callback is the result of asynchronose NetConnection.send() nature. hope this helps, p.s. what is haxe and why did you pick as3 as prototype ? 2014-08-06 10:07 GMT+03:00 Jens Geyer : > Hi *, > > while rewriting a clone of the A

java unchecked

2014-04-10 Thread Dimat Levchenko
hello, when i compile java tests and samples, i always have problems with "unchecked or unsafe operations". as i understand, this happens because code is developed for java 1.4 or 1.5 (i am not sure about versions). can we update sources to fix this issue? or there is some compatibility requiremen

Re: Unable to load thrift_native extension. Defaulting to pure Ruby libraries.

2014-04-10 Thread Dimat Levchenko
running cross language test suite, > (Script at test/test.sh) > Thank You! > > > > On Thu, Apr 10, 2014 at 2:01 PM, Dimat Levchenko wrote: > >> how do you run this test? what is the folder and what script do you run? >> i try from thrift_home/test/rb/ running make che

Re: Unable to load thrift_native extension. Defaulting to pure Ruby libraries.

2014-04-10 Thread Dimat Levchenko
ng following > output. > > *chamila@chamila-Dell-System-Vostro-3450:~$ gem list* > > LOCAL GEMS > > *thrift (0.9.1)* > > > Thank You! > > > On Thu, Apr 10, 2014 at 1:39 PM, Dimat Levchenko wrote: > > > did you install thrift gem ? > > > > &

Re: Unable to load thrift_native extension. Defaulting to pure Ruby libraries.

2014-04-10 Thread Dimat Levchenko
did you install thrift gem ? 2014-04-10 8:09 GMT+03:00 Chamila Wijayarathna : > Hi all, > I'm still getting this error, does anybody know any work around for this? > I have updated to Ruby 1.9.3. But it doesn't solve the problem. > > Thank You! > > > On Sat, Apr 5, 2014 at 10:55 PM, Chamila Wija

Re: Contributions

2014-03-07 Thread Dimat Levchenko
with in the ASF jira. > > http://thrift.apache.org/docs/HowToContribute/ > > -Jake > > > On Fri, Mar 7, 2014 at 11:53 AM, Dimat Levchenko wrote: > > > Hi, > > > > Did anyone thought of using gerrit (or something similar) to manage > sources > > an

Contributions

2014-03-07 Thread Dimat Levchenko
Hi, Did anyone thought of using gerrit (or something similar) to manage sources and contributions? Are there any restrictions about repositories or limitations? Thank you.

actionscript client

2014-03-05 Thread Dimat Levchenko
hello, i am trying to use actionscript 3.0 thrift client with java server. on java part, i used tutorial example with TServerSocket as transport and TSimpleServer as server (i am newbee, so this information might be useless or incomplete...) on as3 part i found relevant TBinaryProtocol for protoc