View Single Post
  #4 (permalink)  
Old 02-04-2008, 04:25 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: Python-Perl Memory models

Quote:
Originally Posted by JSureshkumar View Post
Hi,

I am trying to evaluate the scalability and flexibility of Python and Perl - basically how the context switches and the loading of memory models happen when switching tech stacks. Has anyone done this before? Or can share any useful links?
What is a tech stack?

Have you looked at SWIG? [1]
Quote:
I have tried a very limited version of passing C arguments to python modules and getting the results back in C, but this is a very very rudimentary implementation. I would be interested hearing some experiences along similar lines - the problems, solutions and tips/tricks.
How does scalability of Perl and Python relate to C calling conventions?

Or did I misunderstand you?

Quite possibly the latter.

What is your real goal?
__________________
A.Rajesh Khanna
Reply With Quote