Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MiMoore

    tcp server

    yep, I posted there but no replies :-( I can struggle on. just would be nice to start out on right foot. thanks.
  2. MiMoore

    tcp server

    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...
  3. MiMoore

    design approach for TCP server

    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...
  4. MiMoore

    tcp server

    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...
  5. MiMoore

    ascii to ucs encode and decode

    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.
  6. MiMoore

    regular expression for directory structure

    thanks alot, that worked a treat!
  7. MiMoore

    regular expression for directory structure

    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...
  8. MiMoore

    DBI.pm for PERL 5.005

    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.
  9. MiMoore

    DBI.pm for PERL 5.005

    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.
  10. MiMoore

    DBI.pm for PERL 5.005

    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...
  11. MiMoore

    how best to split a large file into smaller sized chunks

    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...
  12. MiMoore

    how best to split a large file into smaller sized chunks

    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...

Part and Inventory Search

Back
Top