Menu

#1 Smapi, Sharing Between 2 Threads

open
None
5
2013-05-08
2004-02-23
No

I'm writting a Multi Threaded Telnet Server in windows,
and I'm using the latest RC-2 release...

When one thread calls MsgCloseApi(); to get all the
memory back once it's done reading the message area..

And the Second Thread or Node is still reading it will
crash when it tries to read the next message into XMSG
xmsg; If i do not call a MsgCloseApi(); then there is
no problem except for a huge memory leak when going
back to reading message again.. It doesn't free the
memory..

Is there any kind of sharing between threads? Any Help
would be apprecieated.

Discussion

  • Mercyful Fate

    Mercyful Fate - 2004-02-23
    • assigned_to: nobody --> sascha_silbe
     
  • Robert James Clay

    This is quite old; will need to verify if the issue is still present and/or has already been resolved. Also will need to verify which application it is.

     

Log in to post a comment.