Search found 41 matches
- Wed Feb 13, 2019 4:25 am
- Forum: General Discussion
- Topic: Cannot access new updates
- Replies: 4
- Views: 1973
Re: Cannot access new updates
this is not good for SEO 
- Fri Aug 19, 2011 10:40 am
- Forum: Coding Questions
- Topic: Has anyone benchmarked Atomic Webserver ?
- Replies: 5
- Views: 1379
Re: Has anyone benchmarked Atomic Webserver ?
Rich,
I am very interested in the code for this threaded server...
Does each request have its own thread, or do you use like 100 non blocking threads to split the workload ?
Most requests will be around 4k - 8k each
I am very interested in the code for this threaded server...
Does each request have its own thread, or do you use like 100 non blocking threads to split the workload ?
Most requests will be around 4k - 8k each
- Thu Aug 18, 2011 11:06 pm
- Forum: Coding Questions
- Topic: Has anyone benchmarked Atomic Webserver ?
- Replies: 5
- Views: 1379
Re: Has anyone benchmarked Atomic Webserver ?
That's why I asked if anyone has impoved or extended the code to make it usable for production !Fred wrote:Atomic web server is a small demo program, it's not intended to be used in production or benchmarked !
- Thu Aug 18, 2011 10:22 pm
- Forum: Coding Questions
- Topic: Has anyone benchmarked Atomic Webserver ?
- Replies: 5
- Views: 1379
Has anyone benchmarked Atomic Webserver ?
I know it is small and simple...
Webservers like Hiawatha, NginX, Lighttpd are capable of serving 20.000 requests a second.
How does Atomic compare ? Is it real or pseudo non blocking ?
Has anyone improved or extended Atomic (withouth threads) to cope with huge amounts of traffic ?
Anyone ...
Webservers like Hiawatha, NginX, Lighttpd are capable of serving 20.000 requests a second.
How does Atomic compare ? Is it real or pseudo non blocking ?
Has anyone improved or extended Atomic (withouth threads) to cope with huge amounts of traffic ?
Anyone ...
- Wed Jun 16, 2010 5:59 pm
- Forum: Coding Questions
- Topic: How to put a Text- or Combobox Gadget in the Windows Taskbar
- Replies: 1
- Views: 835
How to put a Text- or Combobox Gadget in the Windows Taskbar
Is this possible ?
If so... how ?
If so... how ?
- Thu Jun 03, 2010 2:23 pm
- Forum: Coding Questions
- Topic: I would like to integrate PHP as FastCGI on my PB server
- Replies: 0
- Views: 451
I would like to integrate PHP as FastCGI on my PB server
Does anybody know if a PHP PB Library could be created that would also work on PB Linux ?
PureBalls.
PureBalls.
- Sun May 30, 2010 4:58 pm
- Forum: Coding Questions
- Topic: Rewriting Network Packets
- Replies: 3
- Views: 708
Re: Rewriting Network Packets
Are you saying AdMuncher works as a local proxy (proxomitron) ?
- Sun May 30, 2010 2:56 pm
- Forum: Coding Questions
- Topic: Rewriting Network Packets
- Replies: 3
- Views: 708
Rewriting Network Packets
I'm trying to find out how I can rewrite networkpackets, to write an adblocker with PB.
I don't want to use the hostfile, or browserbased plugins... but something like this program :
http://www.admuncher.com/faq.shtml
Admuncher rewrites packets, as it works with all browsers, without installing ...
I don't want to use the hostfile, or browserbased plugins... but something like this program :
http://www.admuncher.com/faq.shtml
Admuncher rewrites packets, as it works with all browsers, without installing ...
- Tue May 25, 2010 5:46 pm
- Forum: Coding Questions
- Topic: Multithreaded http downloading ?
- Replies: 4
- Views: 1157
Re: Multithreaded http downloading ?
Urldownloadtofile_ uses Internet Explorer components, right ?Captn. Jinguji wrote:Just had to use Urldownloadtofile_()
I prefer to use PB's buildin TCP for this, so I can change UserAgent fields etc... also because I'd like to use this on Linux...
- Tue May 25, 2010 5:05 pm
- Forum: Coding Questions
- Topic: Multithreaded http downloading ?
- Replies: 4
- Views: 1157
Multithreaded http downloading ?
I'd like to create some code / component that would download a bundle of http links simultaneously, with 8 or 16 threads at once... has anyone managed to get something like that working already ?
Something like Wget, but parallel instead of serial.
Thanks in advance...
Pureballs.
Something like Wget, but parallel instead of serial.
Thanks in advance...
Pureballs.
- Thu Oct 30, 2008 3:11 pm
- Forum: Off Topic
- Topic: In for a good laugh ? This site is hilairious !!!
- Replies: 12
- Views: 2084
- Thu Oct 30, 2008 2:28 pm
- Forum: Coding Questions
- Topic: How do I improve the keyboard response for this code ?
- Replies: 7
- Views: 1729
- Thu Oct 30, 2008 2:13 pm
- Forum: Coding Questions
- Topic: How do I improve the keyboard response for this code ?
- Replies: 7
- Views: 1729
- Thu Oct 30, 2008 1:49 pm
- Forum: Coding Questions
- Topic: How do I improve the keyboard response for this code ?
- Replies: 7
- Views: 1729
How do I improve the keyboard response for this code ?
It's a kind of HTML editor, just type html and hit CTRL-S and CTRL-E to switch between edit and html view.
If OpenWindow(0, 0, 0, 600, 300, "CTRL-S for SHOW - CTRL-E for EDIT", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) And CreateGadgetList(WindowID(0))
WebGadget(0, 0, 0, 600, 300 ...
If OpenWindow(0, 0, 0, 600, 300, "CTRL-S for SHOW - CTRL-E for EDIT", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) And CreateGadgetList(WindowID(0))
WebGadget(0, 0, 0, 600, 300 ...
- Thu Oct 30, 2008 1:28 pm
- Forum: Coding Questions
- Topic: Replacing system Clock
- Replies: 14
- Views: 2853