Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Lupus 23 #1
UDP Connection
I run a gaming server, and there are a lot of options for PHP to read the
server status directly from the server using a UDP connection to the server
port.
PHP can accomplish this with it's fsockopen() and fwrite() and fread()
functions.
I need to be able to do this same sort of thing on my cold fusion site. I can
even accept a messy solution like calling something with CFEXECUTE.
My guess is that there is something in the java classes that can do this. I
should be able to just instanciate a java class to make the connection for me.
Anyone have any ideas on this one?
Thanks!
Lupus 23 Guest
-
Net connection without Internet connection whoas
Hi does flash media server 2 require a connection to the internet i'm using the evaluation version on a computer which is not connected to the... -
"Contribute cannot verify your connection information."on a Local / Network connection
When I create a connection key and specify Local/Network for the website, then select the right folder, I get this error: "Contribute cannot... -
"Contribute cannot verify your connection information"- Every other problem ruled out, but still no connection
Hi, first, please allow me to give you the background info Client OS - Windows 2000/XP Pro Version - Contribute 2.01 - I installed the patch from... -
One NFS connection fine, one NFS connection slow
Ok, this is all a bit odd. I will draw an ascii picture and hope it survives in Google: sun server | .------mandrake... -
Have internet connection but not workgroup connection.
In article <Xns93B9BBF24CB33adfslur0mdoaur03jadl@207.46.248.16>, Frank Dreyfus <fdreyfus@nyw.com> wrote: I've written a web site that should help... -
PaulH #2
Re: UDP Connection
it's probably not going to be as simple as "just instanciate a java class to make the connection for me". start by checking out the java.net.DatagramSocket class.
PaulH Guest
-



Reply With Quote

