Hi,
it is just a project.
It is the concept of the "TCP server/handler" I'm referring to.
It is not necessarily a hardware device.
It would be a software program to sit and listen for client connections, present different data to relevant local applications and forward any responses also.
eg...
Hello,
I had posted this in data transmission section - but it was recommended to post in programming section.
I'm in the process of reading up on tcp.
i hav a project working in unix/C programming environment and I want to design a multi client tcp server.
Basically I would like to know if...
Hello,
I'm in the process of reading up on tcp.
i hav a project working in unix/C programming environment and I want to design a multi client tcp server.
Basically I would like to know if there is existing design pattern in C/unix domain.
Here is some more information on the problem.
Since I'm...
Hi,
is there any perl module to handle ascii to ucs-2 encode and decode?
basically I just want to read a file with ascii chars and get result in ucs-2 format (2 bytes per char)
thanks.
hi.
I'm trying to validate an input in the form of directory structure.
the directory has to be start with /forms/guide and can also have any sub direcotry existing off it.
the following would be valid entries
/forms/guide
/forms/guide/
/forms/guide/test
I have tried with no luck the...
Trojan
thanks very much. I was able to get it going in the end. Had some trouble with some env variables and include files but its working now as I have access to db.
thank again for your help.
hi Trojan
thanks for that - the install worked.
however now I need a compatible DBM module to connect to postgres db.
might you know where I can get this.
thank you.
hi.
would you know where I can get DBI module for perl 5.005.
I did download a version but got following error during first step of build process
ie. >perl Makefile.PL
Perl 5.006 required--this is only version 5.00503, stopped at Makefile.PL line 10.
BEGIN failed--compilation aborted at...
thanks for reply.
yes, the xml is very large and when passed to perl xml parser, cpu and memory utilisation are unacceptably high and sometimes the process runs out of memory.
the solution I was after was to split file and pass each file seperately to the parser. this was done by creating many...
hi.
just looking at a problem where I want to split a large XML file into smaller sized chunks.
is there any recommended ways/ perl utilities for handling this.
I would need to take into account the opening and closing closing tags of an xml element.
ie. if the chunk size threshold was in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.