|
| |
| | Socket - Wikipedia, the free encyclopedia |
 | | A socket can be used in computer networking to form one end of a bi-directional communication link between two programs, likely over a network. |  | | In electronics, a socket is also used as a synonym for a jack. |  | | In the world of computers, there are two types of sockets- Internet sockets, and IPC sockets. |
|
http://www.encyclopedia-online.info/Socket
(389 words)
|
|
| |
| | Socket Programming |
 | | Sockets are a software methodology to connect different processes (programs) on the same computer or on different computers. |  | | This is one subset of socket programming, but it's perhaps the easiest to master, so this is where you should start. |  | | One problem you'll see in your career as a socket programmer is file blocking. |
|
http://troubleshooters.a3b3.com/codecorn/sockets
(3518 words)
|
|
| |
| | Sockets Tutorial |
 | | This can be contrasted with a stream socket, where if the sender wrote a 100 byte message, the receiver could read it in two chunks of 50 bytes or 100 chunks of one byte. |  | | The address of a socket in the Unix domain is a character string which is basically an entry in the file system. |  | | The address of a socket in the Internet domain consists of the Internet address of the host machine (every computer on the Internet has a unique 32 bit address, often referred to as its IP address). |
|
http://www.cs.rpi.edu/courses/sysprog/sockets/sock.html
(3956 words)
|
|
| |
| | Mabry Software - WinSock ActiveX Control and COM Object |
 | | Windows Sockets only allows a single blocking operation to be outstanding per task (or thread), and if any other function call is made (whether or not it references that or any other socket) the function fails with the WSAEINPROGRESS error. |  | | This error is returned from operations on non-blocking sockets that cannot be completed immediately, for example recv when no data is queued to be read from the socket. |  | | A Windows Sockets implementation may have a limit on the number of programs that may use it simultaneously. |
|
http://www.mabry.com/socketx
(2404 words)
|
|
| |
| | 7.2.1 Socket Objects |
 | | ped version of the socket file descriptor, so the file object and socket object may be closed or garbage-collected independently. |  | | The blocking and timeout modes are shared between file descriptors and socket objects that refer to the same network endpoint. |  | | method should only be used when the socket is in blocking mode; in timeout or non-blocking mode file operations that cannot be completed immediately will fail. |
|
http://www.python.org/doc/current/lib/socket-objects.html
(954 words)
|
|
| |
| | Perl, Sockets and TCP/IP Networking. |
 | | The other program also creates a socket for communicating witht he receiver. |  | | Although the interface is not that bad anyway, there is also a very convenient module, IO::Socket that works like a wrapper on the native API and provides a simpler and easier way to deal with sockets. |  | | The two programs may exchange information, each by writing to and reading from the socket it has created. |
|
http://www.perlfect.com/articles/sockets.shtml
(1051 words)
|
|
| |
| | Glossary Search Results |
 | | Intel initially designed Socket 370 to work with Celeron processors because socket designs are cheaper than Intel's Slot 1 and the Celeron didn't use any L2 cache, which was external at the time and the main reason for a slot design. |  | | Socket 370 - The common name for Intel's PGA processor socket, called the PPGA form factor. |  | | Find and compare information about more than 50 online technology degrees offered by accredited colleges and universities. |
|
http://www.geek.com/glossary/glossary_search.cgi?socket
(384 words)
|
|
| |
| | [comp.unix.programmer] Unix-socket-faq for network programming |
 | | With the socket there is no way to allow one process only to send data and the other only to receive so you should always keep in mind the consequences. |  | | The implementation is left up to the vendor of your particular unix, but from the point of view of the programmer, connection-oriented sockets work a lot like files, or pipes. |  | | Archive-name: unix-faq/socket Posting-Frequency: monthly Last-modified: 1998/01/22 URL: http://www.ibrado.com/sock-faq/ Programming UNIX Sockets in C - Frequently Asked Questions Created by Vic Metcalfe, Andrew Gierth and other con- tributers January 22, 1998 This is a list of frequently asked questions, with answers about pro- gramming TCP/IP applications in unix with the sockets interface. |
|
http://www.faqs.org/faqs/unix-faq/socket
(12718 words)
|
|
| |
| | Socket Workbench. Socket analyser for simulating socket clients, servers and for analysing tcpip protocols like SMTP, ... |
 | | Features of Socket Workbench include: the ability to send data at regular intervals; the ability to analyze data in either raw, binary, octal, decimal or hexadecimal format; logging of incoming and outgoing data using time stamps; logging of socket state transitions and events; filtering of incoming data; and more... |  | | Socket analyser for simulating socket clients, servers and for analysing tcpip protocols like SMTP, HTTP and SOAP. |  | | Socket Workbench is the definitive tool for analyzing socket communications. |
|
http://www.tcpiq.com/tcpIQ/SocketWorkbench
(420 words)
|
|
| |
| | socket - create an endpoint for communication Linux Man Page |
 | | The next operation on this socket will return the error code of the pending error. |  | | Socket creates an endpoint for communication and returns a descriptor. |  | | -1 is returned if an error occurs; otherwise the return value is a descriptor referencing the socket. |
|
http://linux.com.hk/man/showman.cgi?manpath=/man/man2/socket.2.inc
(878 words)
|
|
| |
| | Socket Programming HOWTO |
 | | And if you put a socket in more than one input list, it will only be (at most) in one output list. |  | | The major problem is that not all machines use the same formats for binary data. |  | | Assuming that your app is actually supposed to do something more than that, threading is the optimal solution, (and using non-blocking sockets will be faster than using blocking sockets). |
|
http://www.amk.ca/python/howto/sockets/sockets.html
(2909 words)
|
|
| |
| | IO::Socket - Object interface to socket communications |
 | | on the socket and return a new object. |  | | For example, for a AF_INET socket the value of andAF_INET will be returned. |  | | Returns the numerical number for the protocol being used on the socket, if known. |
|
http://www.xav.com/perl/lib/IO/Socket.html
(501 words)
|
|
| |
| | 7.2 socket -- Low-level networking interface |
 | | This function is rarely needed, but can be used to get or set socket options on a socket passed to a program as standard input or output (such as a server started by the Unix inet daemon). |  | | The file descriptor should refer to a socket, but this is not checked -- subsequent operations on the object may fail if the file descriptor is invalid. |  | | The address format required by a particular socket object is automatically selected based on the address family specified when the socket object was created. |
|
http://www.python.org/doc/current/lib/module-socket.html
(1737 words)
|
|
| |
| | Socket (Java 2 Platform SE v1.4.2) |
 | | The network software may discard bytes that are buffered by the socket. |  | | If this socket has an associated channel then the resulting input stream delegates all of its operations to the channel. |  | | If this socket has an associated channel then the resulting output stream delegates all of its operations to the channel. |
|
http://java.sun.com/j2se/1.4.2/docs/api/java/net/Socket.html
(3052 words)
|
|
| |
| | socket |
 | | The socket() function shall create an unbound socket in a communications domain, and return a file descriptor that can be used in later function calls that operate on sockets. |  | | Specifies the communications domain in which a socket is to be created. |  | | Otherwise, a value of -1 shall be returned and errno set to indicate the error. |
|
http://www.opengroup.org/onlinepubs/009695399/functions/socket.html
(471 words)
|
|
| |
| | Tcl Built-In Commands - socket manual page |
 | | Note that the default encoding for all sockets is the system encoding, as returned by encoding system. |  | | Server channels cannot be used for input or output; their sole use is to accept new client connections. |  | | If the host name cannot be computed, the second element is identical to the address, the first element of the list. |
|
http://www.tcl.tk/man/tcl8.4/TclCmd/socket.htm
(942 words)
|
|
| |
| | What is socket? - A Word Definition From the Webopedia Computer Dictionary |
 | | Note that a socket in this sense is completely soft - it's a software object, not a physical component. |  | | In UNIX, for example, a program can send and receive TCP/IP messages by opening a socket and reading and writing data to and from the socket. |  | | This simplifies program development because the programmer need only worry about manipulating the socket and can rely on the operating system to actually transport messages across the network correctly. |
|
http://www.webopedia.com/TERM/s/socket.html
(391 words)
|
|
| |
| | Top |
 | | Pitfalls Common mistakes that socket++ library users make. |  | | sockunixbuf Class Socket class for UNIX address family. |  | | sockstream Classes I/O socket stream classes and some examples. |
|
http://www.io.com/~pelliott/pme/socket/Top.html
(100 words)
|
|
| |
| | Socket++ - Linuxhacker |
 | | One distinct advantage of the socket++ is that it has the same interface as that of the iostream so that the users can perform type-safe input output. |  | | Socket++ library defines a family of C++ classes that can be used more effectively than directly calling the underlying low-level system functions. |  | | modified the source code to make Socket++ compile with recent GCC versions (under Linux, i386): "I have not added any new features, just made the code more standard-conforming" (see http://users.utu.fi/lanurm/socket++/) |
|
http://www.linuxhacker.at/socketxx
(119 words)
|
|
| |
| | Socket++ Source Code and Manual |
 | | Sockets++ for Windows NT 4.0 and Windows 95 |  | | If you do not want to bother with building from source code, I have precompiled libsocket++.a libraries and packaged them up with header files for Solaris, AIX, Linux, and Windows NT. |  | | I believe this port will work on Windows 95 as well. |
|
http://www.cs.utexas.edu/users/lavender/courses/socket++
(909 words)
|
|
| |
| | Socket Communications: GPS with Bluetooth Wireless Technology |
 | | With Socket’s MyNavigator personal routing software you can plan routes quickly and drive more safely than using a paper map or reading cryptic instructions. |  | | Using GPS receiver enables your mobile computer to be a navigation system with out hassling with cables or add-on bulky GPS receivers. |  | | Socket’s MyNavigator personal routing software makes trip planning quick and easy. |
|
http://www.socketcom.com/product/gps.asp
(356 words)
|
|
| |
| | An Introduction to Socket Programming |
 | | A Socket is a Unix file descriptor created by the |  | | pipe(2) creates file descriptors too -- you might be familiar with pipes which predate sockets in the development of the Unix system. |  | | The protocol is trivial -- server accepts a one line query, answers back and exits. |
|
http://www.uwo.ca/its/doc/courses/notes/socket
(3256 words)
|
|
| |
| | PHP: Socket Functions - Manual |
 | |
Those unfamiliar with socket programming can find a lot of useful material in the appropriate Unix man pages, and there is a great deal of tutorial information on socket programming in C on the web, much of which can be applied, with slight modifications, to socket programming in PHP. |  | | Care has been taken that the functions work equally well on Win32 and Unix implementations. |  | | -- Clears the error on the socket or the last error code |
|
http://www.php.net/manual/en/ref.sockets.php
(1868 words)
|
|
| |
| | socket() -- create endpoint for communication |
 | | The socket has an indicated type, which defines the semantics of communication. |  | | Specifies the socket type which defines the semantics of communication. |  | | The communications protocols used to implement a reliable, connection-oriented socket, ensure that data is not lost or duplicated. |
|
http://www.mkssoftware.com/docs/man3/socket.3.asp
(272 words)
|
|
| |
| | Socket(1) |
 | | Socket(1) implements an interface to TCP sockets at shell level. |  | | It will feature an elaborate, reusable select loop module, UDP and Unix domain sockets, and lots of options. |  | | Socket can also run a program with stdin, stdout, and stderr connected to the socket connection. |
|
http://www.jnickelsen.de/socket
(237 words)
|
|
| |
| | [No title] |
 | | Socket Internet, Inc. is not affiliated with Socket Communications, Inc. (NASDAQ: SCKT, www.socketcom.com) which is primarily a manufacturer and/or seller of computer and communications hardware, interface devices and associated software offering connectivity solutions for mobile devices. |  | | Socket's Priority DSL is a high-speed Internet connection that gives businesses the dedicated, reliable communication solution they need. |  | | © 2003 Socket Internet, Inc. All rights reserved. |
|
http://www.socket.com
(175 words)
|
|
| |
| | Socket - Wikipedia, the free encyclopedia |
 | | In the world of computers, a socket is a form of inter-process communication used to form one end of a bi-directional communication link between two applications, usually over a computer network but sometimes also on the same machine. |  | | Socket was also the name of a Video Game created by Vic Tokai on the Sega Genesis also called Socket: Time Dominator |  | | It may also refer to CPU socket which connects a processor and a mainboard. |
|
http://en.wikipedia.org/wiki/Socket
(184 words)
|
|
| |
| | Davin's collection of unix programming links |
 | | A Crash Course in UNIX TCP/IP Socket Programming |  | | An Introduction to Socket Programming, by Reg Quinton |  | | Network programming under Unix systems, by Guy Keren of LUPG |
|
http://www.cs.buffalo.edu/~milun/unix.programming.html
(175 words)
|
|
| |
| | DotNet - Socket Classes |
 | | These Server-Clients classes are used by the DotNet Mail Class, Secured Message and File Transfer, Secured Message and File Broadcast and Socket Commander, as a base to build DotNet Socket projects. |  | | It can be used in most network projects, and it's practically base-class for network developing. |  | | The code in C# and J# should be similar (except handling Events differently). |
|
http://www.aspsimply.com/vbnet/SocketClass.aspx
(784 words)
|
|
| |
| | PCMicroStore / SOCKET |
 | | Socket In-Hand Scan Card - Barcode scanner - handheld - 39 line / sec |  | | SOCKET CF SCAN CARD 5M TYPE II CF SCAN CARD W/CLASS 1LASER BARCODE SCANNER |  | | SOCKET CF IN HAND SCAN CARD TYPE1 CLASS 2 LASER SCANNER |
|
http://www.pcmicrostore.com/CBB.aspx?q=b:1086;pl:1
(339 words)
|
|
| |
| | Socket Communications Forum |
 | | Post your questions, comments, suggestions and discuss technical issues with others about Socket's Bar Code Scanners. |  | | The software runs on any Pocket PC that has a Secure Digital (SD) I/O slot and is running BSQUARE Corporation’s SDIO Now! |  | | This forum has been created with the intent of encouraging the users of Socket products to share their experiences, ideas, and success stories with other users of Socket’s technology. |
|
http://www.socketforum.com
(691 words)
|
|
| |
| | Socket Communications |
 | | CLICK HERE and learn how Socket's SVI Partner Program can increase your business! |  | | Socket Communications and Zoran Collaborate on Portable Media Player Reference Design 3/15/2006 |  | | Have you developed customized business application software that incorporates Socket’s products? |
|
http://www.socketcom.com
(94 words)
|
|
| |
| | Socket to Deliver SDIO 802.11b WLAN Card for Pocket PC Devices |
 | | Socket Communications, Inc., the Mobile Connection Company, provides a broad range of connection products for Windows-powered handheld computers, including connection kits with Bluetooth wireless technology, wireless LAN cards, digital phone cards, 56K modem cards, Ethernet cards and GPS solutions. |  | | Newark, CA — 6/16/2003 Socket Communications, Inc. (NASDAQ: SCKT, PSE: SOK), the Mobile Connection™ Company, today announced August 2003 availability of its SDIO WLAN card for devices with SDIO-capable (Secure Digital Input Output) slots. |  | | The SDIO WLAN Card is one of three products in Socket’s growing SDIO family, which includes a connectivity card with Bluetooth wireless technology as well as a bar code scanning card that is also being announced today. |
|
http://www.socketcom.com/about/press/read.asp?ID=94
(630 words)
|
|
| |
| | AMD desktops 'to go Socket M2 H2 2006' The Register |
 | | Socket M2 will be initially supported by future Opteron 1xx parts, while the two-way and four-way versions of AMD's server chip family will use Socket F. M2 will use a 940-pin port, it seems, while F will use 1207 pins. |  | | The chip maker is currently deprecating the old Socket A interconnect, and it is expected to migrate the Opteron 1xx line to Socket 939 later this year. |  | | AMD is to transition all its desktop processors to Socket M2 in H2 2006, following the upcoming connectivity system's introduction next year. |
|
http://www.theregister.co.uk/2005/05/09/amd_socket_m2_desktops
(358 words)
|
|
| |
| | Socket programming |
 | | $this = pack($sockaddr_t, andAF_INET, 0, "\0\0\0\0"); $remote_sock = pack($sockaddr_t, andAF_INET, $remote_port, $remote_addr); ;# Make the socket filehandle. |  | | if ($remote_host =~ /\D/o) { ($name,$aliases,$type,$len,$remote_addr) = gethostbyname($remote_host); } else { $remote_addr = $remote_host; } ;# Make the socket structures. |  | | ;# ;############################################################################# ;# Get system-specific socket parameters, make assumptions if necessary. |
|
http://www.geocities.com/SiliconValley/Park/8312/sockets.htm
(593 words)
|
|
| |
| | Socket |
 | | The analogy is to a wire (the network data connection) being plugged into a socket. |  | | A socket is not a port, though there is a close relationship between them. |  | | A passive socket is not connected, but rather awaits an incoming connection, which will spawn a new active socket. |
|
http://www.freesoft.org/CIE/Topics/20.htm
(110 words)
|
|
| |
| | About Electricity - Progress Energy |
 | | Encyclopedia Britannica defines electricity as the phenomenon associated with stationary or moving electric charges (electrons). |  | | So, at one end of the power line you have a plug in a wall while at the other end Progress Energy's generation plants are generating your electricity. |  | | Current electricity is the flow of electric charge through a substance that conducts electricity such as copper wire. |
|
http://www.progress-energy.com/aboutenergy/learningctr/electricity
(209 words)
|
|
| |
| | eye socket - definition of eye socket in Encyclopedia |
 | | Embed a dictionary search in your own web page |  | | Searchword not found in the selected dictionary, but you can try the following: |  | | eye socket - definition of eye socket in Encyclopedia |
|
http://encyclopedia.laborlawtalk.com/eye_socket
(50 words)
|
|
|