Jump to content

250 Users on a 32Bit apache?


erich.wanker

Recommended Posts

Hello folks,

since now - i write just 32bit on my 32Bit win10 with my 32Bit Delphi xe4

Now - i tried to run my 32bit- Unigui-Dll on a 64 bit Apache - what doesnt work :-(

for my next project - i will install a 32bit apache on a 64 Bit Server - and on this maschine runs the 32bit UniGui-dll

Have i problems with 250 Users?

- can the 32bit software-concept handle 250 users?

- have i problems with the 2 GB Memory - thing for 32bit apps on 64 bit maschine

- i also use mysql in 32 bit version - any problems with 250 users?

 

ThanX for suggestions

Erich

 

 

Link to comment
Share on other sites

hi,

2gb is so small for w10 I think. and you will try db connection, each connection has need memory. select, insert etc. and web each sessions has need memory and so on.

OS never say not enough memory, 'cos always use swap mem to disk, disk to mem, and this mean system be slowdown.

Link to comment
Share on other sites

23 hours ago, erich.wanker said:

Hello folks,

since now - i write just 32bit on my 32Bit win10 with my 32Bit Delphi xe4

Now - i tried to run my 32bit- Unigui-Dll on a 64 bit Apache - what doesnt work :-(

for my next project - i will install a 32bit apache on a 64 Bit Server - and on this maschine runs the 32bit UniGui-dll

Have i problems with 250 Users?

- can the 32bit software-concept handle 250 users?

- have i problems with the 2 GB Memory - thing for 32bit apps on 64 bit maschine

- i also use mysql in 32 bit version - any problems with 250 users?

 

ThanX for suggestions

Erich

 

 

 

http://www.unigui.com/doc/online_help/application-design-considerati.htm

http://www.unigui.com/doc/online_help/web-application-scalability.htm

 

All my Unigui development today are on 64 Platforms :

- Desktop Release exe  /64

- Windows Server (Server Edition important)   /64

- RDBM  /64

- HyperServer /64  (FMSoft)

 

Edit :

- Windows 10  has an official  limitation to 20 concurrents sesions max.  So it's recomanded to deploy your unigui application on a Windows Server Edition (always).

- There are many offers on ebay for Windows 2019 Server Edition (Standard) for about  5 $.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...