CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    19

    Any shortcomings of RMI?



    Hi,


    Can any one give me the shortcomings, pitfalls of RMI.

    some sites which has such information.

    also problems associated with the Distributed computing


    Thanks in advance

  2. #2
    Join Date
    Mar 1999
    Posts
    19

    Re: Any shortcomings of RMI?



    hi dev

    Actually the RMI architecture is very nice for distributed computing

    provided both client & server side should have JVM .

    Since RMI is based on the intercommunication between the JVMs only .



    Instead java & corba combination is very powerfull i.e. cross-platform

    & cross language architecture.


    But sun is busy in developing some protocol to combine RMI with CORBA


    bye



    sunil

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured