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 Chriss Miller 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: *

  • Users: zallen
  • Content: Threads
  • Order by date
  1. zallen

    Is it possible to port MTS to linux

    Hi,friends I know the MTS runs only on windows platform.However if we use samba to mimic windows network and wine to emulate windows environment,is it possible to run MTS on linux? The reason why i have such a thought is we want to migrate our MTS-based system to linux to oprovide a cheap...
  2. zallen

    about telnet

    Hi,friend After installing Redhat7(seawolf) i can telnet itself on the same box,But i cannot telnet to it from other windows box though i can ping it. Any suggestion is appreciated! zallen@cmmail.com Long live of freedom!
  3. zallen

    about debug COM+ component

    Hi,friends When debugging MTS 2.0 components i simply set the run parameters as below: Host Application : c:\windows\system\mtx.exe Parameters : /P:"my_mts_package_name" then i can debug it . However when upgrading to COM+ i cannot do it now ! Host Application ...
  4. zallen

    one way to improve MTS performance

    Hi,friends I want to use IMDB(In Memory DB) as cache.When the client wants data,it can be fetched from the cache instead of RM(MS SQL server,etc.).In this way the performance can be improved intensively. However i donot find out a good solution to synchronize the cache with RM. I want to build...
  5. zallen

    How to get the DLL's startup directory

    Hi,friends I want to know the dll's startup dir within my MTS component code.Which API can i use? Any suggestion is appreciated! zallen@cmmail.com Long live of freedom!
  6. zallen

    about CreateProcess API

    Hi,friends I want to use a DOS application and now i can use CreateProcess to run it.But i donot know how to get the output of this DOS program. Can i direct the output to a windows control,such as TMemo,etc.? Any suggestion is appreciated! zallen@cmmail.com Long live of freedom!
  7. zallen

    about CreateProcess API

    Hi,friends I want to use a DOS application and now i can use CreateProcess to run it.But i donot know how to get the output of this DOS program. Can i direct the output to a windows control? Any suggestion is appreciated! zallen@cmmail.com Long live of freedom!
  8. zallen

    about Orbit

    I know Orbit is a ORB used for desktop(GNOME).I want to know does the Orbit work in crossing computer? If not ,can Orbit be extended to support distributing computing? Any suggestion is appreciated! zallen@cmmail.com Long live of freedom!
  9. zallen

    about moving cgi-bin to RAM disk

    Hi,friends I have installed Apache on windows NT.The directory structure is : c:\www ;www root |_cgi-bin |_images |.... Now i want to move cgi-bin to a RAM disk(z:\cgi-bin) to improve performance.Please tell me how to configure the httpd.conf to get it. Any...
  10. zallen

    about RAM disk

    Hi,friends How can i make a ram disk(>50M) on windows NT4 server?I need a free driver not one from http://www.eecsys.com. It is too expensive :) Any suggestions are greatly appreciated! zallen@cmmail.com Long live of freedom!
  11. zallen

    Can PHP communicate with remote one ?

    Hi friends, I am a newbie of PHP and hope you can help me.We have a home gateway which runs VxWorks.There is a standalone PC as WEB server(Linux+apache+PHP).The PC and gateway are in same ethernet. We hope the user can visit and control the gateway through the WEB server.Whether or not the PHP...
  12. zallen

    About windows98 environment space

    Hi,friends I ran out of the environment space in windows 98.Can guys out there tell me how to enlarge the environment space? Any suggestions are appreciated! zallen@cmmail.com Long live of freedom!
  13. zallen

    control transaction manually

    Hi,friends Ordinarily we set a MTS object's transaction property by using MTS explorer.Here what i want to know is that whether or not i can set it in component's method.For example i have a MTS component named Proj.DO which has two method:get_data,set_data. The get_data only fetches records...
  14. zallen

    install PHP as apache-1.3.19 module on windows 2000

    Hi,friends The PHP module cannot be loaded when using apache-1.3.19 instead of apache-1.3.14 on windows 2000.Here is my apache ration file: [httpd.conf] ..... LoadModule php4_module modules/php4apache.dll ..... # # And for PHP 4.x, use: # AddType application/x-httpd-php .php AddType...
  15. zallen

    about apache-1.3.19 on windows 2000

    Hi,friends The PHP module cannot be loaded when using apache-1.3.19 instead of apache-1.3.14 on windows 2000.Here is my apache ration file: [httpd.conf] ..... LoadModule php4_module modules/php4apache.dll ..... # # And for PHP 4.x, use: # AddType application/x-httpd-php .php AddType...
  16. zallen

    dpr2mak exists?

    Hi,friends Does there exist any tools same as bpr2mak in C++Builder which can produce a makefile from a dephi project ? The reason i need such a tool is i donnot want to enter IDE to build my project after i changed the source code instead i only need to build it by make utility on command...
  17. zallen

    About FindDragTarget

    Hi,friends The FindDragTarget function works fine when form is in a exe file howerver it always return nil when form is in dll. You can test it by simply build a exe and a dll. You may need set a breakpoint in FindDragTarget function which is in your_delphi5_dir/source/vcl/forms.pas. Any...
  18. zallen

    about CM_MOUSEENTER and CM_MOUSELEAVE

    TMyImgButton = class(TGraphicControl) private ...... procedure CMMouseEnter(var Msg : TMessage);message CM_MOUSEENTER; procedure CMMouseLeave(var Msg : TMessage);message CM_MOUSELEAVE; ........ protected public end; ...... The above code is a code snippet from a component.When i use the...
  19. zallen

    about layer tag

    Hi,friends I am a newbie ro html and i like write html code manually using vi. But i donot undersand the layer tag and i want to know it very well. Any suggestions are appreciated! I want to emigrate Canada or Australia. Any relative information you supplied will be appreciated...
  20. zallen

    about fopen through firewall

    Hi friends I have installed PHP4 as Apache module on win2k named srv3(192.168.1.126).The srv3 can connect to internet through a firewall(http://172.16.9.126:8080). when the LAN clients browse the php file below,the fopen always fails! Hope somebody out there can help me. Thanks in advance! <...

Part and Inventory Search

Back
Top