I can't found mnesia_session in R12B documentation. Is it obsoleted?<br><br><div class="gmail_quote">On Thu, Mar 27, 2008 at 9:57 AM, Kiran Subbaraman <<a href="mailto:mail.kiran.subbaraman@gmail.com">mail.kiran.subbaraman@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Amritpal Singh wrote:<br>
><br>
> Dear All,<br>
><br>
> I am completely novice to Erlang, though have been working into<br>
> telecom domain for quite some time.<br>
><br>
> I have some of my applications like SMSC and others which need<br>
> temporary data-storage written in C.<br>
><br>
> Till date, i have been using relational databases like 'MySQL/Oracle'<br>
> for temporary storage purpose. Because of performance constraints i<br>
> need to shift this temporary storage to some in-memory database.<br>
><br>
> From initial overview, 'MNESIA' seems to be perfect replacement for my<br>
> scenario.<br>
><br>
> Have installed the same and tried to access the same from 'Erlang' ,<br>
> thankfully , have got the success in doing the same.<br>
><br>
> Now, my problem is , i don't want to change the core of my application<br>
> which is already encoded in 'C' , so need to access 'Mnesia DB' from 'C'.<br>
><br>
> As per my findings, there are no ODBC drivers available for Mnesia.<br>
><br>
> So, think need to have some kind of external interface to 'Erlang'<br>
> like 'Erl_Interface' which i can use from 'C' program to interact with<br>
> 'Mnesia DB'.<br>
><br>
> I just want to know if someone has worked on such kind of architecture ?<br>
><br>
> If yes, can u please share your valuable experiences ?<br>
><br>
> If no, how feasible and reliable does it seem to you ?<br>
><br>
> Waiting for your valuable inputs.<br>
><br>
> Thanks and Regards,<br>
><br>
> Amritpal Singh<br>
><br>
><br>
> ------------------------------------------------------------------------<br>
> This message and its attachments contain confidential information and<br>
> may also contain legally privileged information. This message is<br>
> intended solely for the named addressee. If you are not the addressee<br>
> indicated in this message (or authorized to receive for addressee),<br>
> you may not copy or deliver any part of this message or its<br>
> attachments to anyone or use any part of this message or its<br>
> attachments. Rather, you should permanently delete this message and<br>
> its attachments (and all copies) from your system and kindly notify<br>
> the sender by reply e-mail. Any content of this message and its<br>
> attachments that does not relate to the official business of<br>
> <a href="http://Cellebrum.com" target="_blank">Cellebrum.com</a> Pvt Ltd or its affiliates and/or subsidiaries must be<br>
> taken not to have been sent or endorsed by any of them. Opinions and<br>
> information in this email that do not relate to the official business<br>
> of <a href="http://Cellebrum.com" target="_blank">Cellebrum.com</a> Pvt Ltd, shall be understood as neither given nor<br>
> endorsed by <a href="http://Cellebrum.com" target="_blank">Cellebrum.com</a> Pvt Ltd. Any action/proceeding/opportunity<br>
> upon the contents of this email taken by not intended addressee shall<br>
> attract liabilities both criminal and civil against such addressee.<br>
><br>
> Email communications are not private and no warranty is made that<br>
> e-mail communications are timely, secure or free from computer virus<br>
> or other defect.<br>
> ------------------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
Amritpal,<br>
Have you had a chance to look at couchdb -<br>
<a href="http://incubator.apache.org/couchdb" target="_blank">http://incubator.apache.org/couchdb</a><br>
It should work with any language, primarily because it has a ReST interface.<br>
Maybe this could help?<br>
Kiran<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>--Hynek (Pichi) Vychodil