Example of use of unregistered, dynamically created gen_server's?
        Posted  
        
            by me2
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by me2
        
        
        
        Published on 2010-02-12T21:17:34Z
        Indexed on 
            2010/03/30
            21:03 UTC
        
        
        Read the original article
        Hit count: 383
        
Tutorials are abound for working with gen_servers that are named in an OTP application. However, I've been unable to find a good example of dynamically spawning servers that are not registered (not named). Can someone point to a good, simple example? Not ejabberd, for example, where there is a lot to confuse the core idea I'm trying to get at.
Thanks.
© Stack Overflow or respective owner