Tim, Sorry, forgot to respond to one of your statements...
Both applications, DMM Server and the middleware are both running as a service. Steve ********************************************* Stephen J. Orth The Aquila Group, Inc. Office: (608) 834-9213 P.O. Box 690 Mobile: (608) 347-6447 Sun Prairie, WI 53590 E-Mail: [email protected] ********************************************* -----Original Message----- From: Timothy Penner [mailto:[email protected]] Sent: Thursday, April 12, 2018 2:17 PM To: [email protected]; 4D iNug Technical <[email protected]> Subject: RE: Web Server Freeze Hi Steve, > Also, the two applications reside on the same box, meaning the DMM Server and > the "middleware" application (running as a service) are on the same box. If they are on the same box, are using a local loopback address like 127.0.0.1 or localhost, or are you using a real ip address or dns name? If you are not already using a local loopback address like 127.0.0.1 then I would suggest trying that because, technically, this situation is what it is designed for. The two apps being on the same machine make wireshark seem less important, but you could still perform the packet capture and limit the interface to the local loopback, and even further limit wireshark to only capture packets destined for port 80 (or whatever port you are using). This should reduce the amount of data that is logged. Also, if one of the apps is running as a service, make sure it is running as a named user account and not as the LocalSystem account; the LocalSystem account doesn't have full access to the network and our documentation specifically suggests using a named user: http://kb.4d.com/assetid=77847 -Tim Timothy Penner Senior Technical Services Engineer 4D Inc 95 S. Market Street, Suite #240 San Jose,CA 95113 United States Telephone: +1-408-557-4600 Fax: +1-408-271-5080 Email: [email protected] Web: www.4D.com ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

