you right Dylan... maybe is better put erlang code on another webserver. If I use iframe How could I share users information ( on django table ) with erlang ? ie if I send a tweet, and that tweet is stored on erlang webserver ( Mnesia ) then I have to connect that tweet with a certain user.
excuse me this is very newbie question but I never used 2 webserver with 2 program languages :-\. ------------- On 12 Mar, 07:29, Dylan Evans <[email protected]> wrote: > I would suggest running your erlang on another webserver and either using an > iframe or use django as a proxy (connect to erlang in your django view). > > > > > > On Fri, Mar 12, 2010 at 1:02 PM, nameless <[email protected]> wrote: > > Hi at all. > > I need to create a blogging system with Django+Apache+Postgresql and a > > twitter-like app with Erlang+Yaws+Mnesia. > > > How can I execute erlang code through django views ? > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<django-users%2bunsubscr...@google > > groups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/django-users?hl=en. > > -- > "The UNIX system has a command, nice ... in order to be nice to the other > users. Nobody ever uses it." - Andrew S. Tanenbaum -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

