Performance issue from Unixware 2.1 to Unixware 7


 
Thread Tools Search this Thread
Operating Systems SCO Performance issue from Unixware 2.1 to Unixware 7
# 1  
Old 10-16-2005
Data Performance issue from Unixware 2.1 to Unixware 7

Hello,

I am having performance problem when , i ported a c code from Unixware 2.1 to Unixware 7.0.0.

My program establishes a synchornous connection with the client in a windows OS and then sends and receives messsages using the recv and send calls.

What i hyave noticed is that after a response is send , the program spents a long time in receving the message. In Unixware 2.1 this code was working fine with the front end , but after porting the same code to Unixware 7.0.0 , there is a time gap in the recv function , which eventually slows down the process.

The issue is appearing when the message size is around 2200 bytes.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Some questions about UNIXware

I want to know how to clear the history of the command I typed and is there a way to see the serial key which it activate the Unix ? (3 Replies)
Discussion started by: BaxxterHp
3 Replies

2. SCO

Unixware Crash ...

Hi, I need help, one of our servers is down, and all data in that Server are critical: The Scenario: ------------- I have a computer with the next architecture: architecture=IA32 bus_types=PCI2.10,ISA,PnP1.0 hostname=xxx.xxx.xxx (the real name is hidden) hw_provider=Generic AT... (2 Replies)
Discussion started by: danilosevilla
2 Replies

3. SCO

VMware and SCO Unixware 7.1.4 Network issue

I am haveing a problem with my VMware ESXi 4.1 server and a virtual SCO UnixWare 7.1.4 server that I need for a legacy application for my company. The problem seems simple but I can't find a solution. The UnixWare (UW) server is a clean install and patched as SCO recommends. I am able to telnet to... (1 Reply)
Discussion started by: DudeCrush
1 Replies

4. News, Links, Events and Announcements

Are the UnixWare 7.1.1 sources available?

So, I was browsing groklaw.net, and I was surprised to read that Pamela Jones was reading the copyright notices in the UnixWare 7.1.1 source code files... Groklaw - Santa Cruz Listed Novell as Owning the Copyrights in 1999 How can that be? Are the UnixWare 7.1.1 sources available to the... (1 Reply)
Discussion started by: pepinox
1 Replies

5. UNIX for Dummies Questions & Answers

installation issue of unixware 7.1.1

I have to install unixware 7.1.1 on an intel server which does not have an on board floppy disk. I ahve got a USB floppy drive. how could I provide HBA driver using this usb floppy drive?? (2 Replies)
Discussion started by: siddhartha7m
2 Replies

6. SCO

Installing UNIXWARE 7.1.1

I want to install unixware 7.1.1 on a server which does not have a on board floppy drive. I have got a USB floppy drive. Can anybody please help me...how could I provide HBA disk using this USB floppy drive???? (0 Replies)
Discussion started by: siddhartha7m
0 Replies

7. SCO

unixware 2.0

High, I have a simulator application running on unixware 2.1, there are no original installation CDs for the application. is it possible to copy directories and configuration files, related to the installed application, from unixware 2.1 to other system running Unixware 7.1.1 (replacing Unixware... (0 Replies)
Discussion started by: fareedah
0 Replies

8. SCO

Unixware problem

Dear All, I have a HP Netserver LH3 server which has unixware 7 os with oracle. Suddenly it shows a error message that " Raw Stack Dump beigns at 0xFFFDABIC... Generating Selective dump Storing system memory image for crash analysis.... #scanning memory....dumping to disk (Press any key to... (0 Replies)
Discussion started by: mr.chiranjib
0 Replies

9. UNIX for Dummies Questions & Answers

please help me about unixware 7.1.3

msg: vfs_mountroot:cannot mount root %%%%%% system don't start (0 Replies)
Discussion started by: hushboy
0 Replies

10. UNIX for Advanced & Expert Users

UnixWare printing

I have a Unixware OS and a HP Business Inkjet printer. I am unable to print from Unixware in landscape mode. I have tried filters and have failed every time. Any advice would be greatly appreciated. (6 Replies)
Discussion started by: sb4best
6 Replies
Login or Register to Ask a Question
PMC(1)							    BSD General Commands Manual 						    PMC(1)

NAME
pmc -- performance-monitoring counter interface for command execution SYNOPSIS
pmc -h pmc -C pmc -c event command [options ...] DESCRIPTION
pmc is a means of using a processor's performance-monitoring counter (PMC) facility to measure various aspects of a program's execution. It is meant to be used in a fashion similar to time(1). The arguments are as follows: -h Display a list of performance counter events available on the system. -C Cancel any performance counters that are currently running. -c event Count the event specified by event while running the command. DIAGNOSTICS
PMC support is not compiled into the kernel Performance-monitoring counter support has not been compiled into the kernel. It may be included using the PERFCTRS option. See options(4) for details. PMC counters are not supported by CPU Performance-monitoring counters are not available for the CPU. SEE ALSO
time(1), options(4) HISTORY
The pmc command first appeared in NetBSD 1.6. AUTHORS
The pmc command was written by Frank van der Linden <fvdl@wasabisystems.com>. The kernel support for reading performance counters on the i386 architecture was written by Jason R. Thorpe <thorpej@zembu.com>. BUGS
The pmc command currently only supports performance-monitoring counters on the i386 architecture. BSD
October 24, 2000 BSD