[Twisted-Python] C or Objective-C AMP?

1) Does anyone know if AMP has been implemented in either C or Objective-C yet?
2) Is there a better way for me to find that out than asking on this list? (Is there somewhere I should be looking first?)
~ Nathan

On Sun, Jul 27, 2008 at 4:42 PM, Nathan nathan.stocks@gmail.com wrote:
- Does anyone know if AMP has been implemented in either C or Objective-C yet?
I don't think so. I've wanted to do a C one, but only as a personal exercise.
- Is there a better way for me to find that out than asking on this
list? (Is there somewhere I should be looking first?)
This is a pretty good way. You could also look at the Twisted Community page at https://launchpad.net/tx.
jml

Jonathan Lange wrote:
On Sun, Jul 27, 2008 at 4:42 PM, Nathan nathan.stocks@gmail.com wrote:
- Does anyone know if AMP has been implemented in either C or Objective-C yet?
I don't think so. I've wanted to do a C one, but only as a personal exercise.
Has anyone done any porting between ACE (http://www.cse.wustl.edu/~schmidt/ACE.html) and Twisted (either way) On paper they seem similar, but I haven't written any protocols in either.
Carl

On Sun, Jul 27, 2008 at 8:19 PM, Jonathan Lange jml@mumak.net wrote:
On Sun, Jul 27, 2008 at 4:42 PM, Nathan nathan.stocks@gmail.com wrote:
- Does anyone know if AMP has been implemented in either C or Objective-C yet?
I don't think so. I've wanted to do a C one, but only as a personal exercise.
Doesn't sound like anyone else has, either, so I'll have to add it to my "will try to do" list. But if I have to make it myself, I'm going to go ahead and do it in Obj-C, since it's for a Cocoa app and anything I try to do in plain C is liable to core dump.
- Is there a better way for me to find that out than asking on this
list? (Is there somewhere I should be looking first?)
This is a pretty good way. You could also look at the Twisted Community page at https://launchpad.net/tx.
That's cool--I didn't know about that site!
~ Nathan

On Jul 28, 2008, at 8:50 AM, Nathan wrote:
On Sun, Jul 27, 2008 at 8:19 PM, Jonathan Lange jml@mumak.net wrote:
On Sun, Jul 27, 2008 at 4:42 PM, Nathan nathan.stocks@gmail.com wrote:
- Does anyone know if AMP has been implemented in either C or
Objective-C yet?
I don't think so. I've wanted to do a C one, but only as a personal exercise.
Doesn't sound like anyone else has, either, so I'll have to add it to my "will try to do" list. But if I have to make it myself, I'm going to go ahead and do it in Obj-C, since it's for a Cocoa app and anything I try to do in plain C is liable to core dump.
A good course of action would be a plain C protocol encoder/decoder library with an ObjC wrapper for doing the networking portions.
-David
participants (4)
-
Carl Zmola
-
David Reid
-
Jonathan Lange
-
Nathan