by: Dennis Hueckelheim |
last post by:
Hallo everybody,
I have a problem with a little socket script.
----- snipp -----
$out_clients = socket_accept($socket_out);
$http_welcome =...
|
by: Mike |
last post by:
Open source programs in general suck pretty bad also. Here are some
loose facts regarding why projects like Linux, PHP, MYSQL, and
other open...
|
by: rooster575 |
last post by:
I would like to force a socket closed if it is currently open.
For arguments sake, say a function failed to close a socket and another
function...
|
by: Jay |
last post by:
I have a client app sending messages over the socket on a certain port.
In the client app: I do this for every message I need to send:
1. Create a...
|
by: Maxim Veksler |
last post by:
Hi,
I've written this code, the general idea was to listen on all 65535
port of tcp for connection.
"""
#!/usr/bin/env python
import socket,...
|
by: alf |
last post by:
Hi,
I need a help with explaining following behavior. Although it is not
python issue per say, python helped me to write sample programs and...
|
by: cookspyder |
last post by:
In reference to streaming data over socket:
Any one know how to keep a IO socket open while sending data everytime my while loops runs and...
|
by: jlparise |
last post by:
Hey everyone,
I am really rusty on my Java socket programming and am having some confusing problems. I don't need the code debugged(even though...
|
by: Alan Wright |
last post by:
Hi Folks,
I am newbie to Python, but have successfully created a simple client and
server setup, I have one issue though.
I am trying to test a...
|
by: Gary Herron |
last post by:
Greg Lindstrom wrote:
Here's a snippet of code I use to open a spreadsheet (given as a file
path name), and compute and return the list of sheets...
|
by: better678 |
last post by:
Question:
Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct?
Answer:
Java is an object-oriented...
|
by: Kemmylinns12 |
last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
|
by: Matthew3360 |
last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function.
Here is my code.
...
|
by: Matthew3360 |
last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
|
by: Matthew3360 |
last post by:
Hi,
I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
|
by: Oralloy |
last post by:
Hello Folks,
I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA.
My problem (spelled failure) is with the...
|
by: Carina712 |
last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
|