[Ilugc] Python-Perl Memory models

  • From: sudharsh@xxxxxxxxx (Sudharshan S)
  • Date: Sat Jan 12 12:11:53 2008


On Sat, 2008-01-12 at 11:26 +0530, Venkatraman S wrote:

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?

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.
 

As far as python is concerned, we have a first rate documentation
regarding the C/Python API. Maybe you were looking for this?
http://docs.python.org/api/memoryOverview.html

And Just curious, did you use PyCObjects? Its real fun..=)

Regards
-- 
Sudharshan S
blog: http://www.sudharsh.wordpress.com

Other related posts: