Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Broadcasting Issue

Broadcasting Issue

Scheduled Pinned Locked Moved C#
sysadminjsonarchitecturehelpannouncement
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shouvik Das
    wrote on last edited by
    #1

    Hi, We, in our office use a remote Matlab License server running FlexLM license manager. Since we have very few floating licenses we end up asking to release the license from the fellow engineers many times a day.This creates confusion as we are not knowing who is actually using the license. To automate this I plan to make a simple application wherein I'll monitor the connection to that particular matlab server and see which user has actually hooked up a license if a socket to that server:port becomes alive. Then I would start broadcasting to the rest of the users that this user is using the License. This can be achieved my making a service that would feed a frontend application with the broadcast details which would let people actually know who is using the license. It is a simple License viewer. Since I don't have administrative access to the license server (it is organization wide server) so I just can monitor connections from my system or from a group of users who actually install the service I am planning to make. My only concern now is since I am to use broadcast mode for letting others know I have hooked up a license I would be in trouble with network bandwidth. Does anybody have a better architecture to prevent the broadcast and use some other tricky method.


    There are only two kinds of people who are really fascinating-people who know absolutely everything, and people who know absolutely nothing. Oscar Wilde (1854-1900) Regards... Shouvik

    D 1 Reply Last reply
    0
    • S Shouvik Das

      Hi, We, in our office use a remote Matlab License server running FlexLM license manager. Since we have very few floating licenses we end up asking to release the license from the fellow engineers many times a day.This creates confusion as we are not knowing who is actually using the license. To automate this I plan to make a simple application wherein I'll monitor the connection to that particular matlab server and see which user has actually hooked up a license if a socket to that server:port becomes alive. Then I would start broadcasting to the rest of the users that this user is using the License. This can be achieved my making a service that would feed a frontend application with the broadcast details which would let people actually know who is using the license. It is a simple License viewer. Since I don't have administrative access to the license server (it is organization wide server) so I just can monitor connections from my system or from a group of users who actually install the service I am planning to make. My only concern now is since I am to use broadcast mode for letting others know I have hooked up a license I would be in trouble with network bandwidth. Does anybody have a better architecture to prevent the broadcast and use some other tricky method.


      There are only two kinds of people who are really fascinating-people who know absolutely everything, and people who know absolutely nothing. Oscar Wilde (1854-1900) Regards... Shouvik

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Just curious. What's the cost of a couple new licenses versus the cost of you developing this application and supporting it for the same amount of time as you'll use the licenses?? You'd have to have some kind of central server that each client application would have to connect to. This server would probably keep track of the license use and notify the clients directly instead of broadcasting. So that's TWO applications you have to write, not one.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      S 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Just curious. What's the cost of a couple new licenses versus the cost of you developing this application and supporting it for the same amount of time as you'll use the licenses?? You'd have to have some kind of central server that each client application would have to connect to. This server would probably keep track of the license use and notify the clients directly instead of broadcasting. So that's TWO applications you have to write, not one.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        S Offline
        S Offline
        Shouvik Das
        wrote on last edited by
        #3

        Well just to answer your First Question 4 Floating licenses of Matlab with only Simulink and Stateflow costs you around 8,200,000 INR which is equivalent to 206,861.4 US$. Hence a small application would be always better than procuring few more license. Moreover getting approval for license and all needs a huge cycle time, against which developing an application would always be better


        There are only two kinds of people who are really fascinating-people who know absolutely everything, and people who know absolutely nothing. Oscar Wilde (1854-1900) Regards... Shouvik

        L 1 Reply Last reply
        0
        • S Shouvik Das

          Well just to answer your First Question 4 Floating licenses of Matlab with only Simulink and Stateflow costs you around 8,200,000 INR which is equivalent to 206,861.4 US$. Hence a small application would be always better than procuring few more license. Moreover getting approval for license and all needs a huge cycle time, against which developing an application would always be better


          There are only two kinds of people who are really fascinating-people who know absolutely everything, and people who know absolutely nothing. Oscar Wilde (1854-1900) Regards... Shouvik

          L Offline
          L Offline
          leppie
          wrote on last edited by
          #4

          Shouvik Das wrote:

          equivalent to 206,861.4 US$

          Matlab programmers must be cheap then ;P

          xacc.ide - now with TabsToSpaces support
          IronScheme - 1.0 alpha 3 out now

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups