PHP Classes

Can this run and keep listening UDP request?

Recommend this page to a friend!

      Client and Server Socket  >  All threads  >  Can this run and keep listening UDP...  >  (Un) Subscribe thread alerts  
Subject:Can this run and keep listening UDP...
Summary:UDP Requests
Messages:1
Author:Geneller Naranjo
Date:2013-10-07 16:07:33
 

  1. Can this run and keep listening UDP...   Reply   Report abuse  
Picture of Geneller Naranjo Geneller Naranjo - 2013-10-07 16:07:33
Hi there,

You say "The server class can accept connections to a given local port." does this mean that your classes can listen UDP request to a given port? If so then how could you implement a listener that keep doing its job? Otherwise how can you implement the process of these requests if you keep listening with a service like Apache or something?

Thanks in advance.