PowerTCP Server for ActiveX

by Dart Communications - 상품타입: Component / ActiveX OCX

주의 : 별도의 안내가 없는 경우에는 영어제품 입니다.
PowerTCP Server for ActiveX - ActiveX  - V3.1.4 의 스크린샷Enable rapid construction of custom server applications such as FTP servers, unique TCP servers, proxy servers, DNS servers, SMTP servers, and Flash servers. PowerTCP Server for ActiveX utilizes an NT service control to enable you to build server-side applications that will run as a service. Use it to establish Inter-Process Communications (IPC) between applications or applications that provide real-time monitoring. Includes sample projects for FTP server, Flash server, SMTP server, character generator, Discard server, and Echo server.

760,300₩
통화 선택

일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

PowerTCP Server for ActiveX V3.1.4

주문 ₩ 760,300 1 Developer License
메이커 제품 번호: P-1560-LIC
다운로드 (3.9 MB)

PowerTCP Server for ActiveX V3.1.4 - with Basic Subscription

주문 ₩ 1,065,000 1 Developer License - includes One Year Standard Support/Updates
메이커 제품 번호: P-1560-SUB
다운로드 (3.9 MB)
주문 ₩ 691,700 Basic Subscription Renewal - includes One Year Standard Support/Updates
메이커 제품 번호: P-1560-SUB-RENEW
확인 다운로드 (29 KB)

PowerTCP Server for ActiveX V3.1.4 - with Enterprise Subscription

주문 ₩ 7,005,700 1 Developer License - includes Source Code (delivered separately) and One Year Mission Critical Support/Updates 다운로드 (3.9 MB)
주문 ₩ 4,554,100 Enterprise Subscription Renewal - includes One Year Standard Support 확인 다운로드 (29 KB)

본 제품은 GSA Schedule 가격으로 제공해 드릴수 있습니다.가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다.  모든 주문에 대해서 당사표준 계약조건 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로연락하시기 바랍니다. (상기의 리스트에 게재되지 않은 대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)

일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

PowerTCP Server for ActiveX: Enable the rapid construction of high-quality/high performance custom server applications.

  • ROYALTY-FREE DISTRIBUTION
  • Intuitive On-line Help
  • FtpServer
  • Server Control
  • Service
  • TCP

Potential Uses/Applications:

  • Perfect for establishing Inter-Process Communications (IPC) between applications
  • Build a chat server
  • Create an SMTP/POP3 or FTP server
  • Create MUD server
  • Create a proxy server
  • Develop NT Server monitoring applications
  • Create an Internet filter/URL request tracker for outbound data
  • Use the Server Control with Flash for realtime information monitoring
  • Create a complete DNS Proxy Server
  • Enable streaming content

Sample Projects:

  • FTP Server Uses FtpServer and Service Controls to implement an FTP Server
  • SMTP Server Uses Server and Service Controls to implement a Mail Server
  • Character Generator Uses Server and Service Controls to generate a continuous stream of characters
  • Discard Server Uses Server and Service Controls to receive data without doing anything else
  • Echo Server Uses the Server and Service Controls to demonstrate an Echo Server that can be installed as an NT Service
  • DNS Proxy - A program that could be used to intercept DNS requests and perform actions based on the request (in this case a simple log file) before supplying the response to the requestor
  • Flash Server - Demonstrates how to send messages to a (Macromedia) Flash Client using Flash 5's XMLSocket Object
  • Proxy Server - Demonstrates how to use PowerTCP to perform the functions of several of the most common proxy types

Benefits & Features:

  • Simple construction of service applications.
  • No "housekeeping" management required.
  • "files" & "listings" transfer automatically with FtpServer Control
  • Server Control eliminates your management of connections, greatly reducing the code you have to write and debug.
  • FtpServer Control provides the necessary flexibility needed to customize your site...extend FTP to respond to additional site commands
  • Server Control automatically cleans up when closed under harsh conditions, protecting your application and the operating system from unexpected user actions
  • Server Control operates on a single thread, eliminating the overhead associated with multi-threaded applications.
  • Service Control hooks directly into the NT Service Manager using WIN32 calls

What’s Included: The Server for ActiveX installation comes complete with the following:

  • 16 Controls/Objects
  • 9 Full Sample projects
  • Debug Server for debugging and protocol testing
  • Full MS Help 1.3 Documentation, including examples

What's New V3.1?

  • The latest edition of Server for ActiveX includes some substantial changes to the FTPServer control, explicitly based on customer feedback. The FTPServer control will now raise data command Events not only when a command is received (such as a Store command raising the Store Event), but will also raise the Event a second time when the command completes. To maintain backwards compatibility there is an EndEvent Property, so users can choose whether to implement the secondary Event mechanism. To verify whether an Event is being raised for for the first or second time, the Request Object now has a Completed Property. When this Property is True, the Event is being raised to signal the completion of an FTP command. Finally, the Request Object now also includes a Cancel Method, allowing users to easily cancel an activity in an FTP Server application and send the proper response back to a client. This version of Server for ActiveX now also includes 3 VB.NET samples for the Echo Server application, the FTP Server application, and the Flash Server application

What's New V3.0?

  • Includes a DNS Server Control
  • Includes a DNS Client Control
  • Provides ability to easily manage Server load balancing
  • Delivers the capability to simply track and manage Client requests
  • Supplies functionality to monitor and avert users’ internet visits
  • Allows for easy data transmission
  • Includes useful proxy samples

This latest version of Server for ActiveX now provides programmers with even greater capabilities to create custom server applications. It includes a unique DNS Server Control that allows you to easily manage a server burden by building a load balancing system. This system redirects traffic from one server to another by returning the server IP address to the client that submitted a DNS resolution request.

Additionally, PowerTCP Server for ActiveX now ships with a DNS (client) Control. This used in conjunction with the DNS Server Control allows DNS requests to be redirected to another DNS Server. Another benefit of this new version is the ability it provides you to create a proxy for filtering and tracking requests. With PowerTCP Server for ActiveX you have the ability to monitor websites users have visited, track the number of visits, and even control access to specific websites.

Creating a Web page using flash? With this new version of PowerTCP Server for ActiveX you have a demonstration of how to transfer data dynamically by creating a Flash Server to send data to a Flash Client in real time.

Samples are included in this new version to help you see its capabilities. These samples include a DNS Proxy sample, a Proxy Server sample, and a Flash Server sample.


상품검색

검색어를 입력해주세요:

개발 코스트 계산


ROI 계산을 참고해주세요.

코드행 수: 44,507
인월 : 45
인건비: $222,535

필요한 기능:

1000행 당 인월:

1개월당 인건비:

화면 바로가기 갤러리

Award